Developers

Mycelium Finance publishes a small “bot discovery pack” — static, hand-maintained files that let agents, LLMs, and other tools read $MYC and Mycelium Strategy data without scraping the site.

Discovery pack

token.jsonOpen

Token list for $MYC, staking token $ESF, and their Mycelium Strategy liquidity partners — mint addresses, categories, CoinGecko ids, and links.

pools.jsonOpen

Solana DEX pool addresses backing the Mycelium Strategy allocation.

openapi.jsonOpen

OpenAPI 3.1 spec for MYC's live JSON API endpoints.

llms.txtOpen

llms.txt-convention index linking the site, this discovery pack, the live API, and socials — the starting point for a bot or LLM.

Live API

GET/api/mycelium-allocation

Current USD liquidity per Mycelium Strategy project, summed across pools.

Refresh: 60s
GET/api/solana-top-performers

Top-performing Solana ecosystem tokens by 7-day change, with $ESF and its Mycelium partners pinned at their true rank.

Refresh: 10 min

These files are maintained by hand alongside src/config/myceliumAllocation.ts and src/components/FeaturedTokensCarousel.tsx, and may lag the live site — prefer the API above for anything time-sensitive.