# Partner Tariff Terms

## TERMS

* The partner license is paid as a one-time setup fee directly to the CORE contract.
* Celestium reserves the right to modify partner conditions without prior notice. All such changes are recorded on-chain so the active terms are always verifiable.
* Tariff tiers cannot be upgraded in place. To move to a higher tier, the partner deploys a new contract under the higher tariff.
* Celestium has no technical ability to block, pause, or seize a partner contract once it is deployed.
* Partners may operate under Celestium branding or under their own brand. Both paths are supported by the same on-chain contract.
* The partner contract is non-transferable as a unit. Effective transfer of ownership is achieved by placing the contract behind a multisig and modifying the signer set.
* There is no contract-level termination. If a partner needs to wind down operations, the practical mechanism is to block UI access at the front-end — the on-chain contract itself remains.
* No time or territorial restrictions apply at the protocol level.

## CONDITIONS

| Tariff   | Price (CELT)    | USD Value | Games Revenue | Staking Revenue |
| -------- | --------------- | --------- | ------------- | --------------- |
| 0 — Free | 0               | $0        | 0%            | 0%              |
| 1        | 12,000,000 CELT | $12,000   | 0.4%          | 0.5%            |
| 2        | 24,000,000 CELT | $24,000   | 0.8%          | 1.0%            |
| 3        | 36,000,000 CELT | $36,000   | 1.2%          | 1.5%            |

## NOTES

* The license fee is contributed directly to the CORE contract and is not refundable.
* Games Revenue is paid as a share of the platform edge collected on bets routed through the partner contract.
* Staking Revenue is paid as a share of the deposits routed into the Liquidity Pool through the partner contract.
* Revenue calculation is performed atomically in the same transaction as the underlying user action — there is no batched settlement window or off-chain reconciliation.
* Partners are not liable for the gameplay, payouts, or risk of the games themselves. Game risk remains with the protocol's liquidity infrastructure as described in [Liquidity Pool Manual](https://celestium-1.gitbook.io/celestium-docs/staking-manual/user-manual/liquidity-pool-manual).
* Operational responsibilities (front-end uptime, KYC where applicable, marketing compliance, customer support) sit with the partner.


---

# 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/partner-tariff-terms.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.
