Getting Started
Overview
LIME is a continuous payoff market protocol for trading quantitative future outcomes.
What LIME is
LIME stands for Linear Index Market Exchange. It lets users trade Markets whose payout moves continuously across a defined range instead of resolving to a simple yes or no outcome.
A Market might track an interest rate, commodity price, inflation print, temperature value, or any other observable metric with clear bounds and a resolution source.
Core idea
System shape
The MVP keeps user interaction, off-chain matching, and Solana custody separated. The browser signs intent, the Backend owns the Order Book, and the Programs own protocol state that must be enforceable on-chain.
MVP architecture
Frontend
Wallet intent
Deposit collateral and sign limit orders.
Backend
Trade
Order Book
Settlement
Resolution
Start building
Read LIME 101
Understand the protocol vocabulary before touching order flows.
Sign a limit order
See what a wallet-authorized LIME order must contain.
Explore programs
Map market lifecycle, vault custody, and settlement responsibilities.
Follow intake
Learn how the Backend verifies signatures and reserves collateral.