For the complete documentation index, see llms.txt. This page is also available as Markdown.

Order Book

The order book works similar to Central Limit Order Books (CLOBs) found on many centralized exchanges, except of course that settlement is on-chain. Orders are matched in price-time priority with a tick size of 0.1 cent. Cancel orders have priority.

There is one order book per asset, epoch, and strike price (price to beat).

Different than other prediction markets

Unlike most on-chain prediction markets, GammaSwap does not use the Conditional Token Framework (CTF). The order book supports margin trades and tracks one contract, which people can either long or short. This reduces complexity for both takers and makers. More in Contracts here.

Last updated