> For the complete documentation index, see [llms.txt](https://docs.trybasket.live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trybasket.live/resources/faq.md).

# FAQ

This page answers the most common questions about Basket, backing, custody, and creator-managed baskets.

### What is Basket?

Basket is a platform for creator-made index tokens on Base.

Each basket is a tokenized portfolio with defined target weights.

### How do I create a basket?

Go through the creator flow, choose constituents, set weights, choose fixed or managed, and publish it under your linked X identity.

Some product details are still `TBD` while the experience is finalized.

### How is a basket token backed?

Each basket token is backed by the real constituent assets held in that basket's pool.

Pool holdings divided by token supply defines what one token represents.

### Do creators or Basket hold my money?

No.

The pool holds the assets on-chain.

Creators define the recipe.

Basket provides the platform and routing flow.

### Can I redeem anytime?

Yes.

Basket is designed for open mint and redeem flows with no lockups.

Actual network and swap conditions still apply at the time you redeem.

### What's the difference between fixed and managed baskets?

A fixed basket locks its recipe at creation.

A managed basket lets the creator change constituents or weights over time.

Managed baskets carry added creator and curation risk.

### How do creators earn?

Creators may be able to set an optional management fee.

Exact fee mechanics are `TBD`.

### Is the token B20 or ERC-20?

The basket token is a B20 Asset token.

B20 has full ERC-20 selector parity, so wallets and apps handle it like an ERC-20.

Basket constituents can be either B20 or standard ERC-20 tokens.

### What if a token in a basket crashes?

The basket value falls with the value of its holdings.

Basket does not protect against market losses.

### What if a creator manages the basket badly?

A managed basket can underperform or take on poor exposure if the creator makes weak decisions.

That is why Basket treats fixed versus managed as a first-class disclosure.

### Is Basket audited?

Audit status is pending.

Do not assume an audit is complete until the audit page names the firm, scope, and published report.

{% hint style="warning" %}
Basket is not financial advice.

Baskets are not offered as regulated investment products.

Availability and treatment may vary by jurisdiction.

Legal specifics are `TBD` pending review.
{% endhint %}

***

### Short answers table

| Question              | Short answer                      |
| --------------------- | --------------------------------- |
| What is Basket?       | Creator-made index tokens on Base |
| Is it custodial?      | No                                |
| What backs the token? | Real pool-held assets             |
| Can I redeem anytime? | Yes, in the basket model          |
| Is it audited?        | Audit status is pending           |

<details>

<summary>What this FAQ is meant to do</summary>

This page is for quick answers.

Use the deeper product, technical, and risk pages when you need details rather than summaries.

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.trybasket.live/resources/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
