Getting Started
Quickstart
The shortest path through the protocol: deposit collateral, sign orders, match, execute, resolve, settle, and claim.
Happy path
Signed order shape
lime.signed-limit-order.v1
{
"domain": "lime.signed-limit-order.v1",
"cluster": "devnet",
"marketId": "btc-usd-2026-06-30",
"owner": "8mJ...wallet",
"side": "buy",
"orderType": "limit",
"price": "0.624000",
"quantity": "100.000000",
"maxCollateral": "62.400000",
"expiration": "2026-06-30T12:00:00.000Z",
"nonce": "01J..."
}Boundaries
MVP scope
The first protocol path supports limit orders, fill-or-none matching, trusted Trade Execution, on-chain Position Accounts, and linear payoff settlement.