> For the complete documentation index, see [llms.txt](https://docs.bundles.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bundles.fi/mechanism/bundle-token.md).

# Bundle token

Bundle tokens are ERC-20 tokens that give you exposure to a specific portfolio of multiple assets.

Holding a bundle token is equivalent to holding a proportional share of all the assets in a specific bundle.

{% hint style="success" %}
Each bundle token is unique to its respective bundle and represents a proportional share of its included assets.
{% endhint %}

Let's take the example of the bundle bellow.

This bundle is composed of 40% BTC, 30% ETH, 20% USDC, and 10% DOGE.

If you own **$1,000** worth of the **bundle's ERC-20 token**, it's equivalent to holding **$400 in BTC**, **$300 in ETH**, **$200 in USDC**, and **$100 in DOGE**.<br>

<figure><img src="/files/53uPO1Ic2CVOqvkAxRuK" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Each token's price reflects both the value of the bundle assets and it s performance.
{% endhint %}


---

# 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.bundles.fi/mechanism/bundle-token.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.
