> 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/transformation.md).

# Transformation

Transformation is an action taken in order to convert an [Origin N](/project-information/thorfi-nfts/types-of-nfts/origin-nfts.md)[FT](/project-information/thorfi-nfts/types-of-nfts/origin-nfts.md), into a [Drift NFT.](/project-information/thorfi-nfts/types-of-nfts/drift-nfts.md)

The Drift Reward rate is locked in based on the current Origin NFT’s [VRR](/project-information/thorfi-nfts/vrr.md) and an NFT multiplier is applied via Chainlink VRF. Rewards are then collected by staking the NFT.

{% hint style="info" %}
Transforming into a [Drift N](/project-information/thorfi-nfts/types-of-nfts/drift-nfts.md)[FT](/project-information/thorfi-nfts/types-of-nfts/drift-nfts.md) allows the chance to receive an increased amount of rewards for 90 days, followed by the NFT becoming a [ThorFi Keycard](/project-information/thorfi-keycards.md), which may be paired up (1 Odin/1 Thor) to be [Fused](/project-information/thorfi-nfts/nft-actions/fusion.md) into a Drift [Capsule](/project-information/thorfi-capsules.md).
{% endhint %}

#### At the time of transformation, a number of changes occur;

* NFT Multiplier is applied via Chainlink VRF
  * Multipliers may be 3x, 4.5x, 6x, 9x, 15x, 30x, 100x
    * The number of NFTs transformed affects the multiplier
      * Increase your odds for a better multiplier by transforming 5 NFTs at once, and even more by transforming 10 NFTs at once
* The Drift Reward rate is locked in based on the current [VRR](/project-information/thorfi-nfts/vrr.md) and your NFT multiplier
* The Drift NFT is minted in a deactivated state
  * The NFT must be staked to collect rewards and begin the 90 day timer
  * Rewards can be claimed once every 30 days
    * Ex: If someone claims on day 40, they will receive rewards for the first 30 days, and the additional 10 days remain on the contract until they are accessible on day 60, and then the remainder again on day 90.

<figure><img src="/files/SHSAKThZ4ZnNTvlOMsKS" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/rzGepTc4IUZzHKeLqyF8" %}
[Drift NFTs](/project-information/thorfi-nfts/types-of-nfts/drift-nfts.md)
{% endcontent-ref %}

{% content-ref url="/pages/i46pmwh4FAZGZSI7MNYN" %}
[Drift Burn](/project-information/thorfi-nfts/nft-actions/drift-burn.md)
{% endcontent-ref %}

{% content-ref url="/pages/9eFbvecCZ5RHuNANTMK3" %}
[Fusion](/project-information/thorfi-nfts/nft-actions/fusion.md)
{% endcontent-ref %}


---

# 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/transformation.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.
