# ThorFi Capsules

Capsules are the final result of the [GameLoop](/project-information/thorfi-gameloop.md) process for ThorFi. Capsules come from the [Fusion](/project-information/thorfi-nfts/nft-actions/fusion.md) of matching ([Origin Burn](/project-information/thorfi-nfts/nft-actions/origin-burn.md)/[Drift Burn](/project-information/thorfi-nfts/nft-actions/drift-burn.md)) Thor & Odin [Keycards](/project-information/thorfi-keycards.md). A capsule is immediately available in its closed form, at which point it may be listed on the Marketplace. You may then choose to [open](/project-information/thorfi-nfts/nft-actions/open-a-capsule.md) a capsule, at which point its contents are determined based on capsule type, and chance is applied by Chainlink VRF. You can also list the contents of the opened Capsule NFT on the marketplace.

* Capsule Type
  * Origin Burn Capsule
  * Drift Burn Capsule

{% hint style="info" %}
Much like ThorFi Keycards, Capsules may be held at the ready for any future utility, in order to ensure that any rewards or additional utility that are available on a first-come, first-served basis can be collected by the community.
{% endhint %}

## Capsule Perks

Capsule perks can be applied to Origin NFTs, but not Drift NFTs. Once the perks are applied, they cannot be removed. If it is a temporary boost, it will expire, but permanent boosts become locked into the NFT.

### Origin Burn Capsule

| Reward                     | Chance |
| -------------------------- | ------ |
| 25% Permanent Reward Boost | 10%    |
| 50% Temporary Reward Boost | 80%    |
| $THOR token voucher        | 10%    |

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

### Drift Burn Capsule

<table><thead><tr><th width="374">Reward</th><th>Chance</th></tr></thead><tbody><tr><td>25% Permanent Reward Boost</td><td>5%</td></tr><tr><td>35% 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-capsules.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.
