> 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/introduction/what-basket.fund-is-not.md).

# What basket.fund is not

basket.fund is not a signal channel.

A basket is meant to represent a broader thesis, not a random stream of calls.

basket.fun is also not a tradable index token in the MVP. Users do not buy a freely traded basket token on a secondary market. They deposit USDC, the platform buys the underlying assets, and their position is tracked inside the app through basket units.

It is also not fully non-custodial in the MVP. The system uses basket vaults and internal accounting to move faster, keep the user experience simple, and support cross-chain execution from the start.

More on this is covered in the Security and Risks sections.


---

# 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/introduction/what-basket.fund-is-not.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.
