# The Gladius Club Economic Model

Gladius Club is a Blockchain-based GameFi (Game Finance) application that aims to incentivize students to engage in physical sports activities by connecting Sport Clubs, Parents, and Students through digital points and badges.

Key Features:

* **Sport Subscriptions:** Sport Clubs offer monthly subscriptions priced in EURC (Stellar-based digital stablecoin). Parents pay for these subscriptions on behalf of their children.
* **Incentives:** Each subscription payment consists of two parts: the base subscription fee (`p`) and an incentive fee (`k`). The incentive fee is used to reward students with digital points and badges for their participation in sports activities.
* **Liquidity Pool:** The incentive fees collected are deposited into a Liquidity Pool contract, which mints Gladius Coins at a rate \`v\`\` for each unit of EURC received. These Gladius Coins serve as digital rewards for students.
* **Token Distribution:** The Gladius Subscription and Token Distribution Smart Contract splits the base subscription fee (`p`) directly to Sport Clubs and the incentive fee (`k`) to the Liquidity Pool contract. In return, the contract receives Gladius Coins, which are held on behalf of the Sport Clubs.
* **Distribution of Rewards:** Sport Clubs can distribute Gladius Coins to students who have active subscriptions. These coins can be used to redeem rewards such as digital assets, NFTs (Non-Fungible Tokens), or even physical goods.
* **NFT Minting:** Sport Clubs can mint NFTs that represent economically valuable digital assets or physical goods. These NFTs can be associated with locked amounts of Gladius Coins, which can be redeemed by students upon receiving the NFT.
* **Economic Valuable NFTs:** The NFT contract implemented in the Gladius ecosystem ensures that only Sport Clubs can mint NFTs. These NFTs have locked amounts of Gladius Coins, which can be unlocked and sent back to Sport Clubs once redeemed for physical goods.

In summary, Gladius Club incentivizes student participation in physical sports by offering digital rewards in the form of Gladius Coins and NFTs. These rewards are funded through the subscription fees paid by parents and are distributed transparently through smart contracts, ensuring fair and equitable distribution within the ecosystem.

## Index

[1. General Concepts](https://github.com/GladiusClub/gladius-contracts/blob/main/docs/1_GeneralConcepts.md)

[2. Gladius Coin Emitter Contract](/docs/2_gladiuscoinemittercontract.md)

[3. Gladius Subscriptions Contract](/docs/3_gladiussubscriptionscontract.md)

[4. Gladius NFT Contract](/docs/4_gladiusnftcontract.md)

[5. Stellar Anchors and Payments](/docs/5_stellaranchorsandpayments.md)

[6. Future Work](/docs/6_futurework.md)


---

# 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://gladiusclub.gitbook.io/docs/readme.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.
