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