← Articles
MetaDAO: launches, decision markets, and the market API logo
solana

MetaDAO: launches, decision markets, and the market API

· SEP 1, 2026 ·
Read
Share

Fair-launch ICOs plus market-driven governance. Tickers: GET https://market-api.metadao.fi/api/tickers

devrels.xyz/a/285

MetaDAO 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.

bash
curl https://market-api.metadao.fi/api/tickers
Hosted endpoints
PathReturns
GET /api/tickersDAO tickers, price, volume
GET /api/supply/:mintAddressSupply breakdown
GET /api/supply/:mintAddress/circulatingCirculating supply
GET /api/volume/aggregateAggregate volume, daily breakdown
GET /healthHealth 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

Get new articles in your inbox

Technical deep-dives on Solana tooling, infrastructure, and ecosystem. No noise.

MetaDAO: launches, decision markets, and the market API | devrels.xyz