MetaDAO: launches, decision markets, and the market API
Fair-launch ICOs plus market-driven governance. Tickers: GET https://market-api.metadao.fi/api/tickers
devrels.xyz/a/285MetaDAO is a fundraising and governance platform on Solana. Founders run an ICO on metadao.fi. After launch, IP, treasury, and mint authority sit under market-driven governance: traders price pass versus fail, the protocol takes the TWAP, and the winning side executes. Docs: docs.metadao.fi. Index: /llms.txt.
The site's pitch is early high-float launches, ownership that cannot be quietly drained, and insider unlocks tied to premium over launch price. How launches work is under The ICO. Decision markets: governance/overview. GitHub org metaDAOproject. The three-program wiring (autocrat, conditional vault, AMM) is already in MetaDAO: how futarchy on Solana actually works.
Market API
The hosted Futarchy DEX API is CoinGecko-compatible. Base URL https://market-api.metadao.fi. It discovers DAOs and returns prices, supply, and volume. Docs: api-docs.metadao.fi/introduction. Index: /llms.txt.
curl https://market-api.metadao.fi/api/tickers| Path | Returns |
|---|---|
GET /api/tickers | DAO tickers, price, volume |
GET /api/supply/:mintAddress | Supply breakdown |
GET /api/supply/:mintAddress/circulating | Circulating supply |
GET /api/volume/aggregate | Aggregate volume, daily breakdown |
GET /health | Health check |
Self-hosting the same API is metaDAOproject/futarchy-coingecko-api. Use the hosted base URL unless you are running your own instance. Do not copy placeholder factory IDs from the self-host env example.
Keep reading
Open-source token disclosure standard — issuer filings, B1/B2 types, completeness labels, and a paginated reports API.
Leases, not generic loans. Pirin mainnet. Solray program 9ATDq9…HJYy2. npm install @nolus/nolusjs.
Define an intent; Relay solvers fill across 69+ chains — integrate via Quote, Execute, and Status.
Get new articles in your inbox
Technical deep-dives on Solana tooling, infrastructure, and ecosystem. No noise.
