# Partners FAQ

<details>

<summary>What does it mean to be a Celestium partner?</summary>

Owning a Partner contract gives you the ability to use the full business potential of the Celestium platform without taking on the underlying gaming risk. You bring users through your own brand and front-end, you use the Celestium technology behind it, and you participate in the affiliate program on top.

</details>

<details>

<summary>How can I become a partner?</summary>

Visit `TODO_CELESTIUM_PARTNER_URL`, choose the partner tariff that fits your operation, and deploy the contract by paying the one-time license fee. The deployment is signed from your own wallet and the contract is yours from that point on.

</details>

<details>

<summary>How does the partner contract work?</summary>

The partner contract acts as the routing layer between your users and the Core. Every bet or stake placed through your front-end carries your contract as its variable symbol, which is how the protocol attributes the volume to you for revenue and affiliate accounting. See [Partner Contract Explained](/for-partners/about-partner-contract/partner-contract-explained.md) for the full description.

</details>

<details>

<summary>How much does the partner earn?</summary>

There is no upper cap on partner earnings — your income scales with the volume your users generate. The exact rates per tariff tier are documented in [Partner Tariff Terms](/for-partners/faq-and-terms/partner-tariff-terms.md).

</details>

<details>

<summary>Who pays the partner?</summary>

It depends on the game type:

* **PvP / share-bet games** (such as Predict): the partner is paid directly from the winning fee on each round.
* **Staking and lotto-style games** (such as Roulette): the partner is paid from the partner reserve pool.

</details>

<details>

<summary>Is the affiliate program applied to partner contracts?</summary>

Yes. The affiliate program works the same way for users brought in through a partner front-end as for any other user. Many partners maximize their economics by combining partner revenue with affiliate rewards on the same user base.

</details>

<details>

<summary>Is there any limitation on the partner contract?</summary>

No — there is no time limit and no territorial limit at the contract level. Any market or jurisdiction-specific restrictions are something the partner has to manage at the front-end and marketing layer.

</details>

<details>

<summary>Can I create my own domain and brand?</summary>

Yes. You can operate the partner contract under any domain and any brand you want. If you want to be officially listed in Celestium's media as a partner, that registration is optional and handled separately.

</details>


---

# 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.celestium.digital/for-partners/faq-and-terms/partners-faq.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.
