> For the complete documentation index, see [llms.txt](https://bubble-bot.gitbook.io/bubblebot-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bubble-bot.gitbook.io/bubblebot-guide/hedge-risk/bubble-vault-token-flow.md).

# Bubble Vault Token Flow

Here's the claim flow for Bubble bot tokens:

1. **Mint Tokens:** Users mint Bubble vault tokens, and these tokens will be visible in the claim tab.
2. **During the Epoch:** While the epoch is ongoing, the status under the token will be denoted as "ongoing."

**For Hedge Vault Deposits:**

* **Depeg:** Deposits in the Hedge vault will be marked as "liquidated." Users can then choose to "burn" their tokens.
* **Depeg (No Liquidation):** Depositors will be able to retrieve their ETH incentives as soon as the vault shuts and the epoch finishes.

**For Risk Vault Deposits:**

* **Depeg:** Depositors in the Risk vault will see “collateral liquidated” under their Bubble vault tokens. However, they will still have the option to “claim premium.”
* **Depeg (No Liquidation):** In this case, the status of the token will denote “win,” and Risk vault depositors will have the option to “claim.”

This process outlines the actions users can take based on the outcome of the epoch and the specific vault they are participating in.

<br>


---

# 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://bubble-bot.gitbook.io/bubblebot-guide/hedge-risk/bubble-vault-token-flow.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.
