> For the complete documentation index, see [llms.txt](https://basket-fund.gitbook.io/basket.fund-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://basket-fund.gitbook.io/basket.fund-docs/why-solana-first.md).

# Why Solana-first

basket.fund starts with Solana as the home chain.

For users, the rule is simple:

```
Deposit: Solana USDC
Withdraw: Solana USDC
```

That keeps the entry and exit experience clean. Users do not need to manage a different wallet flow for every network inside a basket.

At launch, Base is supported as a satellite network. That means a basket can include Base assets, but the user still starts and ends from Solana USDC.

Solana is the main user-facing environment for basket.fun.

It gives the product a clear starting point, fast transaction UX, and a natural home for USDC deposits and withdrawals. The product is still designed with future chains in mind, but the MVP is not trying to support every network at once.

A focused chain setup makes the first version easier to understand, easier to operate, and easier to improve.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://basket-fund.gitbook.io/basket.fund-docs/why-solana-first.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.
