> For the complete documentation index, see [llms.txt](https://docs.dragobits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dragobits.com/getting-started/quickstart/publish-your-docs.md).

# Dragobit Vaults

<figure><img src="/files/CEevyGZCKYvOeqe64Wyh" alt=""><figcaption><p>Dragobits Swap</p></figcaption></figure>

As introduced in the previous chapter, when minting a Dragobit, a certain amount of the specified ERC-20 token will be attached to it. The amount of the token may vary per Dragobit, depending on the on-chain token price at the time of the transaction. When a Dragobit is transferred, access to the attached tokens is also transferred. The token is held in a separate smart contract for each Dragobit, known as the "**Dragobit Vault**".

## Mint Boost Vault

When minting a Dragobit, the minter has the chance to get a boosted amount of the attached ERC-20 token which comes from a special vault that is owned by the Dragobits contract itself. The chance probability may vary per [deployment](/deployments/recent-deployment.md).

## Claiming

Only the owner of a Dragobit can access its vault. A vault can hold not only tokens but also ETH (native gas). If a Dragobit owner wishes to withdraw tokens or ETH from the vault, this can be done anytime when the Dragobit is not actively engaged in [gameplay](/game/arena.md).

However, to claim from the vault, the Dragobit NFT must be burned. This mechanic ensures that once a major player chooses to exit, space is made for new players. For instance, if the exiting player owned a Dragobit with very high strength, it would have been particularly powerful in gameplay.&#x20;

Additionally, when claiming from the vault, a certain percentage of the tokens will remain in the vault to be indirectly burned. This serves as spam protection to prevent players from circumventing the [reroll](/getting-started/rerolls.md) fee.


---

# 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://docs.dragobits.com/getting-started/quickstart/publish-your-docs.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.
