> For the complete documentation index, see [llms.txt](https://docs.thorfi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thorfi.io/project-information/thorfi-nfts/nft-actions/open-a-capsule.md).

# Open A Capsule

Opening a Capsule reveals the Capsule perks. At the time of opening a Capsule, its contents are determined based on Capsule type and chance is applied by Chainlink VRF.&#x20;

## Capsule Perks

### Origin Burn Capsule

| Reward                       | Chance |
| ---------------------------- | ------ |
| 1.25x Permanent Reward Boost | 10%    |
| 1.5x Temporary Reward Boost  | 80%    |
| $THOR token voucher          | 10%    |

{% hint style="info" %}
There are 2 perk slots per Origin NFT. These can be any combination of temporary or permanent reward boosts.

Thor Token Voucher quantity is subject to change based on the token price.
{% endhint %}

### Drift Burn Capsule

<table><thead><tr><th width="357">Reward</th><th>Chance</th></tr></thead><tbody><tr><td>1.25x Permanent Reward Boost</td><td>5%</td></tr><tr><td>1.35x Temporary Reward Boost</td><td>85%</td></tr><tr><td>$THOR token voucher</td><td>10%</td></tr></tbody></table>

#### Future Capsule Perks may include;

* NFT Perks
  * Adding additional slots for NFT perks
* Merch NFT Tokens
* Art Collection NFTs


---

# 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.thorfi.io/project-information/thorfi-nfts/nft-actions/open-a-capsule.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.
