> For the complete documentation index, see [llms.txt](https://terrax-docs.gitbook.io/terrax-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://terrax-docs.gitbook.io/terrax-whitepaper/our-mechanics/deposit.md).

# Deposit TitanX

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

## Depositing TitanX into the TerraX In-Game Wallet

Players can easily integrate their TitanX holdings into the TerraX ecosystem by depositing TitanX tokens into their in-game wallet. This process enables convenient access to game features, providing a nearly gas-free experience for in-game activities while supporting the deflationary mechanics of TitanX. Here’s how it works:

1. **Deposit Mechanism:**\
   Users deposit TitanX tokens from their external wallet to their TerraX in-game wallet via an on-chain transaction, which incurs a standard gas fee. To encourage a sustainable ecosystem, TerraX applies a 6% entry fee on all deposits other than TitanX WHICH IS FEE FREE ON DEPOSITS, which contributes to platform development and rewards distribution.&#x20;
2. **Gas-Free Transactions within the Game:**\
   Once the TitanX tokens are in the in-game wallet, players can engage in various game-related activities without incurring further gas fees. This gas-free environment allows players to:

   * Trade items on the TerraX marketplace
   * Buy and sell tools, ingots, weapons, and other items

   By conducting all these transactions off-chain within the game, players avoid additional gas costs, making it convenient and cost-effective to participate in the TitanX economy.
3. **Withdrawing TitanX to an External Wallet:**\
   Players can withdraw their TitanX back to their external wallet upon issuing a withdrawal request to us, withdrawals are processed every Sunday to users. Since we send the funds to your wallet we cover the withdrawal gas fees, TerraX applies an additional 5% withdrawal fee. This fee helps maintain the platform’s sustainability, supporting ongoing development. Additionally, 2% out of the 5% withdraw fee amount is burned, permanently reducing the token supply to support TitanX's long-term deflationary strategy.


---

# 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://terrax-docs.gitbook.io/terrax-whitepaper/our-mechanics/deposit.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.
