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