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

# Revenue Sharing

BlockGram’s revenue sharing model is designed to create a fair and sustainable ecosystem that rewards all key participants—users, partners, developers, and the community—while driving platform growth and adoption.

#### Who Benefits from Revenue Sharing?

| **Participant**                         | **Role**                                                   | **Revenue Share Mechanism**                                                        |
| --------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| **Users**                               | Individuals conducting transactions and staking            | Receive rewards through staking dividends, referral bonuses, and loyalty programs  |
| **Merchants & Service Providers**       | Businesses accepting crypto payments and offering services | Earn commissions and receive promotional incentives for driving transaction volume |
| **Developers & Integrators**            | Third-party developers building on BlockGram APIs          | Gain revenue from API usage fees and partnership incentives                        |
| **Community & Governance Participants** | Token holders involved in governance and ecosystem growth  | Eligible for rewards from governance participation and token buyback programs      |

#### Revenue Sharing Breakdown

| **Revenue Source**               | **Allocated Share** | **Distribution Details**                                                       |
| -------------------------------- | ------------------- | ------------------------------------------------------------------------------ |
| **Transaction Fees**             | 60%                 | Distributed among stakers, active users (via rewards), and liquidity providers |
| **Merchant Integration Fees**    | 15%                 | Shared with merchants and service partners to incentivize adoption             |
| **API Access & Licensing**       | 10%                 | Rewards for developers and platform maintenance                                |
| **Gift Card & Service Payments** | 10%                 | Shared with merchants, yield participants, and platform reserves               |
| **Advertising & Partnerships**   | 5%                  | Allocated for community incentives and marketing initiatives                   |

#### User Incentives & Rewards

* **Staking Rewards:**\
  Users who stake $BGRAM tokens receive proportional shares of transaction fee revenue as passive income.
* **Referral Programs:**\
  Active users gain bonuses for onboarding new users and merchants, fostering organic network growth.
* **Loyalty Bonuses:**\
  High-frequency users benefit from discounted fees and periodic token rewards based on usage tiers.

#### Partner & Developer Incentives

* **Merchant Commissions:**\
  Merchants earn revenue share from transaction fees processed through their storefronts or services on BlockGram.
* **Developer Grants & Royalties:**\
  Developers integrating BlockGram’s APIs or creating plug-ins receive a share of revenue generated through their solutions.
* **Ecosystem Fund:**\
  A portion of revenue is reserved for ecosystem growth initiatives, including hackathons, grants, and partnership programs.

#### Governance & Transparency

* **On-Chain Revenue Distribution:**\
  Smart contracts handle transparent, automatic disbursement of revenue shares, reducing delays and administrative overhead.
* **Community Proposals:**\
  Token holders can propose and vote on adjustments to revenue sharing percentages to adapt to evolving ecosystem needs.
* **Regular Reporting:**\
  BlockGram publishes quarterly financial and distribution reports accessible to all stakeholders.


---

# 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://blockgram.gitbook.io/blockgram-docs/tokenomics/revenue-sharing.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.
