> For the complete documentation index, see [llms.txt](https://whitepaper.challenge.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.challenge.gg/challenge/f.a.q/managing-your-winnings.md).

# Managing Your Winnings

### Receiving Your Winnings

Every time you achieve a victory within our gaming platform, rewards are processed automatically and promptly deposited into your Web3 wallet. The transaction of rewards is governed by our self-executing smart contracts which ensure a swift, seamless, and secure transfer of your earnings.

The rewards are always disbursed in the currency designated for the specific tournament you participate in. The details, including the percentage of winnings, are transparently presented to you prior to the start of your gaming experience. This ensures a fair and transparent reward system, allowing you to make informed decisions before joining any tournament.

### Integration with Decentralization

Our platform utilizes the power of blockchain technology to provide a decentralized gaming ecosystem. Our smart contracts lie at the heart of this process, not only guaranteeing automatic payout of rewards but also contributing to a fully decentralized, fair, and immutable system. This means that our contracts are independently verifiable and free from any central point of control, thereby providing a fair and secure environment for all gamers.

### Converting Your $CHALLENGE.GG Coins

Should you wish to convert your winnings in the form of $CHALLENGE.GG coins into another currency, we provide a convenient and straightforward mechanism for this within our app. With a few simple clicks, you can convert your coins to a currency of your choice.

Alternatively, you can also exchange your $CHALLENGE.GG coins on any cryptocurrency exchange where our token is listed. This provides you with the flexibility to manage your winnings as per your preference and financial 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://whitepaper.challenge.gg/challenge/f.a.q/managing-your-winnings.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.
