> For the complete documentation index, see [llms.txt](https://gowrap-official.gitbook.io/gowrap-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gowrap-official.gitbook.io/gowrap-whitepaper/revenue-stream-and-rewards.md).

# Revenue Stream & Rewards

With GoWrap introducing a wide array of features, its revenue sources are diversified, benefiting its users in several ways. The protocol's income is derived from various fees, including those from the Bridge, Swap, Launchpad, and Lend services. The distribution of this income is strategically designed to reward participation and support the protocol’s growth:

1. **Revenue Distribution**
   * **Liquidity Providers (LPs)**: Those who contribute to the liquidity pools will receive a significant portion of the revenue, incentivizing continued and robust liquidity provision.
   * &#x20;**$GWGW Stakers**: Users staking their $GW tokens will benefit from a share of the revenue, promoting token holding and long-term participation.
   * **Protocol Maintenance and Development**: This portion is reinvested back into the protocol to ensure its continual improvement, innovation, and sustainability.
2. **Rewarding Participation**
   * **Airdrop Involvement**: Users can win $GWGW tokens by participating in boostrapping campaigns like airdrop, enhancing engagement and expanding the user base.
   * **Staking Rewards**: By staking $GWGW tokens, users not only contribute to the network’s stability but also partake in revenue share, making their investment more fruitful.
   * **Yield for Liquidity Provision**: Liquidity providers gain a share in the platform’s revenue. They also earn additional $GWGW token rewards, making liquidity provision doubly rewarding.


---

# 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://gowrap-official.gitbook.io/gowrap-whitepaper/revenue-stream-and-rewards.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.
