Why Orderbook?
Shared Liquidity
Shared Liquidity
Gasless Listings
Gasless Listings
Creating orders is free—sellers only sign a message. Gas is only paid when orders are filled.
Enforced Royalties
Enforced Royalties
Royalties are enforced at the protocol level. Creators always get paid on secondary sales.
Instant Settlement
Instant Settlement
Trades settle on-chain immediately. No waiting, no counterparty risk.
Installation
- TypeScript
- Unity
- Unreal
Setup
- TypeScript
- Unity
- Unreal
Creating Listings
Listings let users sell NFTs at a fixed price. Creating a listing is gasless—only the buyer pays gas when filling.List an ERC-721 NFT
- TypeScript
- Unity
- Unreal
List an ERC-1155 NFT
For semi-fungible tokens, specify the quantity:- TypeScript
- Unity
- Unreal
Filling Listings (Buying)
When a buyer fills a listing, the trade executes on-chain.- TypeScript
- Unity
- Unreal
Creating Bids
Bids let users make offers on specific NFTs.- TypeScript
- Unity
- Unreal
Order Expiration
Set when orders should expire:- TypeScript
- Unity
- Unreal
| Expiration | Use Case |
|---|---|
| 1 hour | Flash sales |
| 24 hours | Daily auctions |
| 7 days | Standard listings |
| 30 days | Long-term listings |