<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://basilisk-docs.vercel.app/changelog</id>
    <title>Basilisk releases</title>
    <updated>2026-07-11T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://basilisk-docs.vercel.app/changelog"/>
    <subtitle>Basilisk Docs Blog</subtitle>
    <icon>https://basilisk-docs.vercel.app/img/favicon.svg</icon>
    <entry>
        <title type="html"><![CDATA[v0.5 — Token logos everywhere, DexHunter-class charts, and a mobile app shell]]></title>
        <id>https://basilisk-docs.vercel.app/changelog/v0-5-logos-charts-mobile</id>
        <link href="https://basilisk-docs.vercel.app/changelog/v0-5-logos-charts-mobile"/>
        <updated>2026-07-11T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[v0.4 made Basilisk conversational; v0.5 makes it feel like a terminal. Every token now has a face, charts grew from four timeframes to eight with ADA denomination and pool switching, and the whole app works one-handed on a phone.]]></summary>
        <content type="html"><![CDATA[<p>v0.4 made Basilisk conversational; v0.5 makes it feel like a terminal. Every token now has a face, charts grew from four timeframes to eight with ADA denomination and pool switching, and the whole app works one-handed on a phone.</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-live-today">What's live today<a href="https://basilisk-docs.vercel.app/changelog/v0-5-logos-charts-mobile#whats-live-today" class="hash-link" aria-label="Direct link to What's live today" title="Direct link to What's live today" translate="no">​</a></h2>
<ul>
<li class=""><strong>Token logos everywhere</strong> — screener, token pages, search, portfolio, movers: every surface, every token, always an image. Logos are <strong>registry-backed</strong>: Cardano Token Registry PNGs (fetched via Koios, validated, and served from our own CDN-cached endpoint) cover the full curated registry today, with a precomputed GeckoTerminal redirect for stragglers and a deterministic monogram as the floor — so nothing ever renders a broken-image icon. Public too: <a class="" href="https://basilisk-docs.vercel.app/docs/api/overview"><code>GET /api/v1/tokens/{asset}/logo</code></a>. The pipeline is written down in <a href="https://github.com/wbaxterh/basilisk/blob/main/docs/adr/008-token-logo-pipeline.md" target="_blank" rel="noopener noreferrer" class="">ADR-008</a>.</li>
<li class=""><strong>Chart v2</strong> — eight timeframes (<code>1m</code> / <code>5m</code> / <code>15m</code> / <code>1h</code> / <code>4h</code> / <code>12h</code> / <code>1d</code> / <code>1w</code>, up from four), a <strong>USD / ADA quote toggle</strong>, a <strong>pool switcher</strong> (the OHLCV response now returns <code>poolChoices</code> so you can chart any of a token's GeckoTerminal pools, not just the deepest), volume bars, and auto-refresh. All of it is in the public <a class="" href="https://basilisk-docs.vercel.app/docs/api/overview">OHLCV endpoint</a> — new <code>tf</code> values, new <code>quote=usd|ada</code> param, per-timeframe cache TTLs.</li>
<li class=""><strong>Mobile app shell</strong> — a bottom navigation bar on small screens, so the core surfaces are one thumb-tap away instead of buried in a hamburger menu.</li>
<li class=""><strong>Screener-first IA</strong> — the screener is now the front door of the app; everything else hangs off it.</li>
<li class=""><strong>Portfolio → token links</strong> — every holding in a wallet view now clicks through to its token page (chart, pools, discussion), instead of being a dead row.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="honesty-notes">Honesty notes<a href="https://basilisk-docs.vercel.app/changelog/v0-5-logos-charts-mobile#honesty-notes" class="hash-link" aria-label="Direct link to Honesty notes" title="Direct link to Honesty notes" translate="no">​</a></h2>
<ul>
<li class=""><strong>"DexHunter-class" means the chart UX, not tick-live data.</strong> Charts refresh on roughly a <strong>30-second cadence</strong> against cached candles — they are not streaming per-trade. True tick-level, sub-minute data needs our own chain indexer; that's the <a href="https://github.com/wbaxterh/basilisk/blob/main/docs/adr/001-kupmios-primary-chain-data.md" target="_blank" rel="noopener noreferrer" class="">Kupmios ingestion roadmap (ADR-001)</a>, not this release.</li>
<li class=""><strong>ADA-quoted candles are derived.</strong> GeckoTerminal only returns USD, so <code>quote=ada</code> re-bases USD candles against ADA's USD price. Good enough for shape and levels; not exchange-native ADA prints.</li>
<li class=""><strong>Charts are still one pool's candles</strong>, not an all-DEX aggregate — the pool switcher makes the choice yours, but each chart names exactly the pool it reads (unchanged since <a class="" href="https://basilisk-docs.vercel.app/changelog/v0-3-charts-community">v0.3</a>).</li>
<li class=""><strong>Logos are served at submitted size</strong> (~33 KB average registry PNG). A downscale/re-encode pass is deferred — noted as follow-up in ADR-008 — so screener pages pay a few hundred KB of logo bytes on a cold cache today.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-next">What's next<a href="https://basilisk-docs.vercel.app/changelog/v0-5-logos-charts-mobile#whats-next" class="hash-link" aria-label="Direct link to What's next" title="Direct link to What's next" translate="no">​</a></h2>
<ul>
<li class=""><strong>Logo downscale pass</strong> — pre-sized WebP variants so lists stop paying full-resolution bytes.</li>
<li class=""><strong>Own chain ingestion (Kupmios, ADR-001)</strong> — the permanent fix for tick-live charts, all-DEX candles, and native ADA quotes.</li>
<li class=""><strong>x402 pay-per-query</strong> — still in development (<a class="" href="https://basilisk-docs.vercel.app/docs/agents/x402">the honest state of x402 on Cardano</a>).</li>
</ul>
<p>Something missing or mislabeled? <a href="https://github.com/wbaxterh/basilisk/issues" target="_blank" rel="noopener noreferrer" class="">GitHub issues</a> — coverage honesty is a feature, hold us to it.</p>]]></content>
        <author>
            <name>Wes Huber</name>
            <uri>https://github.com/wbaxterh</uri>
        </author>
        <category label="release" term="release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[v0.4 — Ask Basilisk, the in-app AI analyst]]></title>
        <id>https://basilisk-docs.vercel.app/changelog/v0-4-ask-basilisk</id>
        <link href="https://basilisk-docs.vercel.app/changelog/v0-4-ask-basilisk"/>
        <updated>2026-07-07T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Since v0.2 you could point Claude at our hosted MCP server and get a conversational Cardano analyst. v0.4 removes the last step: Ask Basilisk puts that same analyst inside the app — no MCP client, no API key, no account. Plus a round of navigation polish so the landing page, app, and docs all point at each other properly.]]></summary>
        <content type="html"><![CDATA[<p>Since v0.2 you could point Claude at our hosted MCP server and get a conversational Cardano analyst. v0.4 removes the last step: <strong>Ask Basilisk</strong> puts that same analyst inside the app — no MCP client, no API key, no account. Plus a round of navigation polish so the landing page, app, and docs all point at each other properly.</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-live-today">What's live today<a href="https://basilisk-docs.vercel.app/changelog/v0-4-ask-basilisk#whats-live-today" class="hash-link" aria-label="Direct link to What's live today" title="Direct link to What's live today" translate="no">​</a></h2>
<ul>
<li class=""><strong>Ask Basilisk</strong> — an in-app chat that answers questions from live screener, token, and wallet data. Under the hood it calls the <strong>exact same six tools</strong> the MCP server exposes (<code>search_tokens</code>, <code>get_screener</code>, <code>get_token</code>, <code>get_wallet</code>, <code>get_ada_price</code>, <code>get_chain_tip</code>) — one tool surface, four consumers (UI, <a class="" href="https://basilisk-docs.vercel.app/docs/api/overview"><code>/api/v1</code></a>, <a class="" href="https://basilisk-docs.vercel.app/docs/agents/mcp">MCP</a>, now chat). Same data, same cache, same coverage caveats.</li>
<li class=""><strong>Streaming answers with visible tool calls</strong> — you see which data the assistant fetched, as it fetches it, over a simple NDJSON stream.</li>
<li class=""><strong>Navigation polish</strong> — the landing page, app header, and sidebar are now consistent and bidirectional: legacy links fixed, the header title takes you back home, and the sidebar footer links out to Home, Docs, and the API.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="honesty-notes">Honesty notes<a href="https://basilisk-docs.vercel.app/changelog/v0-4-ask-basilisk#honesty-notes" class="hash-link" aria-label="Direct link to Honesty notes" title="Direct link to Honesty notes" translate="no">​</a></h2>
<ul>
<li class=""><strong>The assistant runs on a server-side Anthropic API key.</strong> If a deployment doesn't configure one, chat shows a clear "not configured" state instead of pretending to work. There is no client-side key — ever.</li>
<li class=""><strong>Rate-limited free beta</strong> — 20 questions per IP per UTC day. LLM inference costs real money per message; the quota is what keeps this free. Shared networks (offices, VPNs) share a budget — sorry, that's the blunt edge of IP-based limits with no accounts.</li>
<li class=""><strong>Answers can be wrong.</strong> The data underneath is honestly labeled, but a language model can still misread it, overgeneralize, or hallucinate. Every answer carries the same coverage caveats as the API — and none of it is financial advice. <strong>Verify before trading.</strong></li>
<li class=""><strong>Chat is stateless server-side.</strong> Your conversation history lives in your browser and is sent (capped) with each message; we persist nothing but an anonymous per-IP counter. The design is written down in <a href="https://github.com/wbaxterh/basilisk/blob/main/docs/adr/007-in-app-assistant-anthropic-api.md" target="_blank" rel="noopener noreferrer" class="">ADR-007</a>.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-next">What's next<a href="https://basilisk-docs.vercel.app/changelog/v0-4-ask-basilisk#whats-next" class="hash-link" aria-label="Direct link to What's next" title="Direct link to What's next" translate="no">​</a></h2>
<ul>
<li class=""><strong>Wallet-keyed quotas</strong> — if IP limits prove too blunt, the CIP-30 signature identity from the community layer (ADR-006) is the natural upgrade.</li>
<li class=""><strong>x402 pay-per-query</strong> — still in development (<a class="" href="https://basilisk-docs.vercel.app/docs/agents/x402">the honest state of x402 on Cardano</a>).</li>
<li class=""><strong>Own chain ingestion (Kupmios, ADR-001)</strong> — deeper data for the assistant to reason over.</li>
</ul>
<p>Something missing or mislabeled? <a href="https://github.com/wbaxterh/basilisk/issues" target="_blank" rel="noopener noreferrer" class="">GitHub issues</a> — coverage honesty is a feature, hold us to it.</p>]]></content>
        <author>
            <name>Wes Huber</name>
            <uri>https://github.com/wbaxterh</uri>
        </author>
        <category label="release" term="release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[v0.2 — Real DEX data, wallet lookup, and a hosted MCP server for Cardano market data]]></title>
        <id>https://basilisk-docs.vercel.app/changelog/v0-2-dex-data-wallets-mcp</id>
        <link href="https://basilisk-docs.vercel.app/changelog/v0-2-dex-data-wallets-mcp"/>
        <updated>2026-07-06T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[TapTools shut down in June and left Cardano without a market data API. v0.2 is Basilisk stepping into that gap: a live screener and token pages backed by real DEX data, wallet lookup with $handle support, a free public REST API, and — to our knowledge — the first hosted MCP server for Cardano market data.]]></summary>
        <content type="html"><![CDATA[<p>TapTools shut down in June and left Cardano without a market data API. v0.2 is Basilisk stepping into that gap: a live screener and token pages backed by real DEX data, wallet lookup with $handle support, a free public REST API, and — to our knowledge — the first hosted MCP server for Cardano market data.</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-live-today">What's live today<a href="https://basilisk-docs.vercel.app/changelog/v0-2-dex-data-wallets-mcp#whats-live-today" class="hash-link" aria-label="Direct link to What's live today" title="Direct link to What's live today" translate="no">​</a></h2>
<ul>
<li class="">
<p><strong>Token screener</strong> — curated Cardano native tokens with live price, volume, liquidity, and txn counts, aggregated across DexScreener pairs. <a href="https://basilisk-seven.vercel.app/screener" target="_blank" rel="noopener noreferrer" class="">Try it</a>.</p>
</li>
<li class="">
<p><strong>Token detail pages</strong> — per-DEX pair breakdowns plus on-chain facts from Koios: supply, decimals, fingerprint, mint time, estimated holders.</p>
</li>
<li class="">
<p><strong>Wallet lookup</strong> — <code>addr1...</code>, <code>stake1...</code>, or <code>$handle</code>: ADA balance, rewards, delegation, and holdings with USD values where priced.</p>
</li>
<li class="">
<p><strong>Free public REST API</strong> — everything above at <code>https://basilisk-seven.vercel.app/api/v1</code>. No key, no signup. The TapTools API had no free tier ($9–199/mo); this one is just open. <a class="" href="https://basilisk-docs.vercel.app/docs/api/overview">API docs</a> · <a class="" href="https://basilisk-docs.vercel.app/docs/api/taptools-migration">TapTools migration guide</a>.</p>
</li>
<li class="">
<p><strong>Hosted MCP server</strong> — point Claude Code, Claude Desktop, or Cursor at <code>https://basilisk-seven.vercel.app/api/mcp</code> and query Cardano markets in natural language. Six tools: <code>get_screener</code>, <code>search_tokens</code>, <code>get_token</code>, <code>get_wallet</code>, <code>get_ada_price</code>, <code>get_chain_tip</code>. One-liner:</p>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#9CDCFE;--prism-background-color:#1E1E1E"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#9CDCFE;background-color:#1E1E1E"><code class="codeBlockLines_e6Vv"><div class="token-line" style="color:#9CDCFE"><span class="token plain">claude mcp </span><span class="token function" style="color:rgb(220, 220, 170)">add</span><span class="token plain"> </span><span class="token parameter variable" style="color:rgb(156, 220, 254)">--transport</span><span class="token plain"> http basilisk https://basilisk-seven.vercel.app/api/mcp</span><br></div></code></pre></div></div>
<p><a class="" href="https://basilisk-docs.vercel.app/docs/agents/mcp">MCP docs</a>.</p>
</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="coverage-honestly">Coverage, honestly<a href="https://basilisk-docs.vercel.app/changelog/v0-2-dex-data-wallets-mcp#coverage-honestly" class="hash-link" aria-label="Direct link to Coverage, honestly" title="Direct link to Coverage, honestly" translate="no">​</a></h2>
<p>DEX aggregates come from DexScreener, which covers <strong>SundaeSwap + WingRiders</strong> on Cardano — not Minswap, not the whole chain. Every API and MCP response carries a <code>coverage</code> field, and the app shows a coverage chip wherever DEX aggregates appear. On-chain and wallet data come from Koios; ADA market data from CoinGecko.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-next">What's next<a href="https://basilisk-docs.vercel.app/changelog/v0-2-dex-data-wallets-mcp#whats-next" class="hash-link" aria-label="Direct link to What's next" title="Direct link to What's next" translate="no">​</a></h2>
<ul>
<li class=""><strong>x402 pay-per-query</strong> — in development, targeting Masumi Network's community x402-cardano facilitator (testnet PoC stage). <a class="" href="https://basilisk-docs.vercel.app/docs/agents/x402">The honest state of x402 on Cardano</a>.</li>
<li class=""><strong>Live trades feed</strong> — in development.</li>
<li class=""><strong>OHLCV candles via our own chain ingestion</strong> — the Kupmios plan from ADR-001 remains the Phase-2 path.</li>
<li class=""><strong>Agent-to-agent settlement</strong> — research; the replayable <a class="" href="https://basilisk-docs.vercel.app/docs/agents/a2a">Scout × Trader demo</a> is how we're exploring it without real funds.</li>
</ul>
<p>If you were building on TapTools, the <a class="" href="https://basilisk-docs.vercel.app/docs/api/taptools-migration">migration guide</a> maps their endpoints to ours and is blunt about the gaps. Tell us what you need first: <a href="https://github.com/wbaxterh/basilisk/issues" target="_blank" rel="noopener noreferrer" class="">GitHub issues</a>.</p>]]></content>
        <author>
            <name>Wes Huber</name>
            <uri>https://github.com/wbaxterh</uri>
        </author>
        <category label="release" term="release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[v0.3 — Candlestick charts, Minswap coverage, and community boosts]]></title>
        <id>https://basilisk-docs.vercel.app/changelog/v0-3-charts-community</id>
        <link href="https://basilisk-docs.vercel.app/changelog/v0-3-charts-community"/>
        <updated>2026-07-06T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[v0.2 shipped with two honest gaps: no Minswap, no charts. v0.3 closes both — OHLCV candles on every token page that has a chartable pool, Minswap liquidity and volume merged into the screener — and adds a community layer where boosting a token costs a wallet signature, not 300 ADA.]]></summary>
        <content type="html"><![CDATA[<p>v0.2 shipped with two honest gaps: no Minswap, no charts. v0.3 closes both — OHLCV candles on every token page that has a chartable pool, Minswap liquidity and volume merged into the screener — and adds a community layer where boosting a token costs a wallet signature, not 300 ADA.</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-live-today">What's live today<a href="https://basilisk-docs.vercel.app/changelog/v0-3-charts-community#whats-live-today" class="hash-link" aria-label="Direct link to What's live today" title="Direct link to What's live today" translate="no">​</a></h2>
<ul>
<li class=""><strong>Candlestick charts</strong> — 15m / 1h / 4h / 1d OHLCV on token detail pages, powered by GeckoTerminal's free API. The chart reads the token's <strong>top GeckoTerminal pool</strong> (in practice its main Minswap pool) and says so on the chart — it's one pool's candles, not an all-DEX aggregate. Also public at <a class="" href="https://basilisk-docs.vercel.app/docs/api/overview"><code>GET /api/v1/tokens/{asset}/ohlcv</code></a>.</li>
<li class=""><strong>Minswap coverage</strong> — GeckoTerminal's Cardano index (Minswap) is disjoint from DexScreener's (SundaeSwap + WingRiders), so we merge the two without double counting. Screener and token aggregates now carry <code>coverage: "SundaeSwap + WingRiders via DexScreener · Minswap + SaturnSwap via GeckoTerminal"</code>, and token pages show Minswap pools alongside the rest.</li>
<li class=""><strong>Community boosts</strong> — every wallet gets <strong>one free boost per UTC day</strong>, cast with a CIP-30 <code>signData</code> signature and verified server-side (CIP-8/COSE). Boost counts drive trending. For contrast: on TapTools, a Boost cost 300 ADA — visibility went to whoever paid. Here it's one wallet, one boost, zero ADA.</li>
<li class=""><strong>Token discussion</strong> — per-token comment threads, wallet-signed, no account. 500 chars, 10 per wallet per day.</li>
<li class=""><strong>Watchlist</strong> — keep your tokens one click away.</li>
<li class=""><strong>All of it in the API</strong> — boosts and comments are public endpoints too (<a class="" href="https://basilisk-docs.vercel.app/docs/api/overview"><code>/api/v1/community/*</code></a>), including the signed-payload write contract, still keyless and free.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="honesty-notes">Honesty notes<a href="https://basilisk-docs.vercel.app/changelog/v0-3-charts-community#honesty-notes" class="hash-link" aria-label="Direct link to Honesty notes" title="Direct link to Honesty notes" translate="no">​</a></h2>
<ul>
<li class="">Charts exist only where GeckoTerminal indexes a pool. A token whose liquidity lives entirely on SundaeSwap/WingRiders gets a 404 from the OHLCV endpoint and no chart — we'd rather show nothing than fake it.</li>
<li class="">Candles are <strong>USD-denominated</strong> (GeckoTerminal returns USD even for ADA-quoted pools); ADA-quoted charts aren't possible from this source.</li>
<li class="">GeckoTerminal's free tier is roughly 10 calls/minute, so chart data is cached 60–120 s server-side. That budget — and the top-pool-only tradeoff — is written down in <a href="https://github.com/wbaxterh/basilisk/blob/main/docs/adr/005-geckoterminal-ohlcv-minswap.md" target="_blank" rel="noopener noreferrer" class="">ADR-005</a>; the community layer's design (Neon Postgres, signature verification, replay protection) is <a href="https://github.com/wbaxterh/basilisk/blob/main/docs/adr/006-community-layer-neon-cip8.md" target="_blank" rel="noopener noreferrer" class="">ADR-006</a>.</li>
<li class="">Boosts and comments live in our database, off-chain. Stake addresses (public on-chain data) are the only identity stored.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-next">What's next<a href="https://basilisk-docs.vercel.app/changelog/v0-3-charts-community#whats-next" class="hash-link" aria-label="Direct link to What's next" title="Direct link to What's next" translate="no">​</a></h2>
<ul>
<li class=""><strong>Own chain ingestion (Kupmios, ADR-001)</strong> — the permanent fix for all-DEX candles, ADA-quoted charts, and a per-swap trades feed.</li>
<li class=""><strong>x402 pay-per-query</strong> — still in development (<a class="" href="https://basilisk-docs.vercel.app/docs/agents/x402">the honest state of x402 on Cardano</a>).</li>
<li class=""><strong>Moderation tooling</strong> for the discussion layer before it needs it.</li>
</ul>
<p>Something missing or mislabeled? <a href="https://github.com/wbaxterh/basilisk/issues" target="_blank" rel="noopener noreferrer" class="">GitHub issues</a> — coverage honesty is a feature, hold us to it.</p>]]></content>
        <author>
            <name>Wes Huber</name>
            <uri>https://github.com/wbaxterh</uri>
        </author>
        <category label="release" term="release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Early Access opens]]></title>
        <id>https://basilisk-docs.vercel.app/changelog/early-access-opens</id>
        <link href="https://basilisk-docs.vercel.app/changelog/early-access-opens"/>
        <updated>2026-06-09T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We're opening the door. Basilisk's early-access waitlist is live, the public docs site (this one) is online, and the engineering whitepaper is published at basilisk-seven.vercel.app/whitepaper.]]></summary>
        <content type="html"><![CDATA[<p>We're opening the door. Basilisk's early-access waitlist is live, the public docs site (this one) is online, and the engineering whitepaper is published at <a href="https://basilisk-seven.vercel.app/whitepaper" target="_blank" rel="noopener noreferrer" class="">basilisk-seven.vercel.app/whitepaper</a>.</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-live-today">What's live today<a href="https://basilisk-docs.vercel.app/changelog/early-access-opens#whats-live-today" class="hash-link" aria-label="Direct link to What's live today" title="Direct link to What's live today" translate="no">​</a></h2>
<ul>
<li class=""><strong>Landing page</strong> with the live waitlist and optional wallet-connect (CIP-30)</li>
<li class=""><strong>Live market data</strong> powered by CoinGecko for ADA + the Cardano ecosystem</li>
<li class=""><strong>Public whitepaper</strong> rendered from the source MVP plan + ADRs in the open-source monorepo</li>
<li class=""><strong>Public docs site</strong> (you are here) covering REST API and agent integration</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-next">What's next<a href="https://basilisk-docs.vercel.app/changelog/early-access-opens#whats-next" class="hash-link" aria-label="Direct link to What's next" title="Direct link to What's next" translate="no">​</a></h2>
<ul>
<li class="">Live Kupmios-backed chain ingestion → real OHLCV candles via our own API</li>
<li class="">REST API beta keys for the first cohort of waitlist invitees</li>
<li class="">Closed alpha of the x402 agent rails + MCP server with design partners</li>
</ul>
<p>Join the waitlist at <a href="https://basilisk-seven.vercel.app/" target="_blank" rel="noopener noreferrer" class="">basilisk-seven.vercel.app</a> — wallet-connect bumps you up the queue.</p>]]></content>
        <author>
            <name>Wes Huber</name>
            <uri>https://github.com/wbaxterh</uri>
        </author>
        <category label="release" term="release"/>
        <category label="milestone" term="milestone"/>
    </entry>
</feed>