Skip to content
@LIME-Protocol

LIME Protocol

██╗     ██╗███╗   ███╗███████╗
██║     ██║████╗ ████║██╔════╝
██║     ██║██╔████╔██║█████╗  
██║     ██║██║╚██╔╝██║██╔══╝  
███████╗██║██║ ╚═╝ ██║███████╗
╚══════╝╚═╝╚═╝     ╚═╝╚══════╝

LINEAR INDEX MARKET EXCHANGE

A prediction market, but with a continuous payoff.

Built on Solana License Status


The Problem with Binary Markets

Conventional prediction markets force continuous reality into binary boxes.

Will Anthropic's IPO exceed $500B? Yes or No.

But what if it comes in at $480B? You were right about the direction — and you still lose everything.

Binary markets are zero-sum, all-or-nothing instruments applied to a world that rarely is.


What LIME Does Differently

LIME introduces linear-payoff contracts — settlement that scales proportionally with the realized outcome, not against a fixed threshold.

PRICE = (V − L) / (H − L)

  V  →  market-implied outcome
  L  →  floor of the range
  H  →  ceiling of the range

Every contract is defined by a range [L, H]. The traded price reflects where the market collectively expects the outcome to land. Go long if you think it lands higher. Go short if you think it lands lower. Settlement is automatic and proportional.

No buckets. No thresholds. No all-or-nothing.


How It Works

  ┌─────────────────────────────────────────────────────────────┐
  │  01  Pick a variable + range   e.g. Anthropic IPO [$200B, $800B]
  │  02  Market sets the price     consensus on expected outcome
  │  03  Take a position           long = up, short = down       
  │  04  Settlement at expiry      oracle resolves, payout is proportional
  └─────────────────────────────────────────────────────────────┘

Every contract is 100% collateralized. Long and short payoffs are inverse and always sum to $1.00.


A Side-by-Side Comparison

Scenario: Anthropic IPO. LIME range [$200B, $800B] at $0.40 (market implies ~$440B). Binary ">$500B?" at $0.55 (55% probability).

You believe the IPO will come in around $600B.

Outcome LIME Binary (>$500B at $0.55)
IPO at $350B −$0.15 −$0.55
IPO at $480B +$0.07 −$0.55
IPO at $700B +$0.43 +$0.45

At $480B: LIME profits on a correct directional call. Binary is a total loss despite being right about the ballpark.
At $350B: Both lose — but binary costs 3.7× more.


Architecture

LIME markets are created off-chain, curated by community, and settled on-chain via Solana.

  ┌──────────────────┐     ┌───────────────────┐     ┌──────────────────┐
  │  Off-chain       │     │  Community        │     │  Solana-based    │
  │  Bookbuilding    │────▶│  Market Creation  │────▶│  Settlement      │
  │                  │     │                   │     │                  │
  │  Gauge demand    │     │  Users propose    │     │  Oracle resolves │
  │  before going    │     │  variables and    │     │  on-chain;       │
  │  on-chain        │     │  ranges           │     │  payout executes │
  └──────────────────┘     └───────────────────┘     └──────────────────┘

Target Markets

LIME is designed to unlock trading on continuous and discrete variables that traditional markets do not easily cover.

Category Examples
Valuations Pre-IPO valuations, funding rounds, M&A deal sizes
Market Prices Equity indexes, FX rates, bond yields, volatility
Macro Indicators CPI, GDP growth, unemployment, interest rates
Digital Assets BTC/ETH/SOL prices, market cap, TVL, dominance ratios
Illiquid Commodities Carbon credits, LNG, niche metals, renewables
Real-World Data Temperature, rainfall, crop yields, energy demand

Repository Structure

lime/
├── programs/          # Solana on-chain programs (smart contracts)
├── sdk/               # TypeScript SDK for interacting with LIME markets
├── oracle/            # Off-chain oracle and settlement infrastructure
├── app/               # Frontend interface
├── docs/              # Protocol documentation and specs
└── tests/             # Integration and unit tests

Getting Started

# Clone the repository
git clone https://github.com/lime-exchange/<repo-name>

# Install dependencies
npm install

# Run tests
npm test

Full documentation is available in /docs.


Contributing

LIME is community-curated — market proposals, data integrations, and protocol improvements are all welcome.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/new-market-type)
  3. Commit your changes (git commit -m 'add: weather derivative market support')
  4. Push and open a Pull Request

See CONTRIBUTING.md for full guidelines.


Security

Found a vulnerability? Please report it responsibly via security@lime.exchange before opening a public issue.


Built with conviction that continuous outcomes deserve continuous markets.

© LIME — Linear Index Market Exchange

Pinned Loading

  1. .github .github Public

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…