# next

The shipping order reflects basefun's current priorities. Items higher up are funded and being worked on; items lower down are exploratory.

## V1.1 — Quality of life

* **Per-token referral codes.** Creators can mint a referral link that boosts their share of the swap fee at the expense of a small system cut. Encourages organic distribution.
* **Live Avantis liquidation alerts** on the token page — surface "perp health: 38%, $5 more downside to liquidation at current price" so traders can see risk in real time.
* **Push notifications on graduation.** Browser push + Telegram DM (opt-in) when a curve you hold graduates or when one you watch hits a threshold.
* **Keeper batch aggregation for micro-buys.** Right now sub-$101 mints sit in a pending bucket until they accumulate. Plan is to batch across multiple buyers in the same block so even $5 buys count toward Avantis position size with zero settlement drift.
* **Earnings auto-claim.** Optional one-click "send my accumulated earnings now" button for creators who want immediate dispatch instead of waiting for the next keeper sweep.

## V1.2 — Surface improvements

* **Holder cohorts.** Surface "early buyers", "graduation participants", "post-grad buyers" overlays on the chart.
* **Mobile-native flows.** Currently the trade box collapses fine on mobile but the chart and side panels can do better.
* **Multi-token portfolio analytics.** Aggregate PnL across all your basefun positions, broken down by underlying, leverage, direction.
* **Search and tags on `/`.** Filter trending by underlying ("show me only ETH coins") and by social platform presence.

## V2 — Larger steps

* **Third-party security audit.** Public report, before adding any new bonding-curve variant.
* **Multi-chain expansion.** Solana via Drift, Hyperliquid spot tokens. Each chain gets its own factory; LTs are not cross-chain (each chain has its own perp DEX).
* **Governance token.** Holders vote on treasury allocations, factory parameter changes, and approval of new factory upgrades. See [Treasury use](broken://pages/9e6aed11c648e81195a7bda23122721603fcdfc7).
* **Customizable bonding curves.** Per-creator options for: starting reserve, graduation threshold, fee split (within bounds), curve shape (linear vs constant-product variants).
* **Avantis options integration.** Once Avantis ships options, basefun could let creators wrap call/put exposure instead of straight perp.

## V2.x and beyond

* **Cross-chain bridges and unified inventory.** Hold basefun tokens on Base but trade Solana basefun coins via a single UI.
* **Programmatic launches.** API endpoint for partner launchpads / bots to create coins on basefun's rails directly.
* **Indexed analytics SDK.** Public data package so anyone can build dashboards on basefun activity.

## How the roadmap is decided

The roadmap is a living document, revisited every few weeks based on:

* Launch volume (more tokens per day = invest in scale).
* Creator feedback (Telegram + DM).
* On-chain anomalies (something breaking gets fixed before something new ships).
* Treasury balance (audits + bigger surfaces get unblocked as treasury crosses thresholds).

If you want something specific in `V1.x`, propose it in the Telegram group.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://basefun.gitbook.io/basefun-docs/next.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
