lumpfun

Builder & Agent Docs

Build on LumpFun

LumpFun is a Cardano-native fair-launch bonding curve. Tokens mint with a one-shot policy, trade against an on-chain constant-product curve, and graduate to Minswap V2 once they cross the configured ADA threshold. Everything below the UI is open: read state via REST, build transactions with any CIP-30 wallet + Lucid Evolution, sign, submit. No proprietary SDK required.

What you can build

Sections

Quick start

List every token currently launched on the protocol:

curl https://lumpfun.com/api/tokens

Fetch live curve reserves and a buy quote (no math required):

POLICY=ec11a20dc05761a24c415cfc85b42ef5b31caa52dd501082d6744b9c

# Curve state
curl "https://lumpfun.com/api/curve?address=$(curl -s https://lumpfun.com/api/token/$POLICY | jq -r .curveAddress)&asset=$POLICY$(curl -s https://lumpfun.com/api/token/$POLICY | jq -r .assetName)"

# Quote: 5 ADA buy
curl "https://lumpfun.com/api/quote?policyId=$POLICY&side=buy&amount=5000000"

Stability

REST endpoints documented in /docs/api are stable. Response shapes are additive — we may add fields, but won't break or remove existing ones without a deprecation window. Anything not documented in those pages should be treated as private (registry writes, treasury operations, etc.) and may change without notice.

Network & rate limits

Disclaimer

LumpFun is experimental, unaudited software on Cardano mainnet. Tokens launched here are highly speculative experiments and most will lose all value. Building automation against the protocol means you're responsible for your own risk model, slippage, and key management. The protocol cannot reverse, refund, or recover transactions.