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

# Role-Based Incentives

BeatSwap is designed to ensure that creators, contributors, investors, and partner platforms are fairly rewarded for their participation in the ecosystem. Each role benefits from a clearly defined token-based incentive model that supports sustainable growth and long-term participation.

***

### 🎤 Creators

* **RWA Registration & Tokenization**\
  Creators register their IP-Rights through the RWA Launcher and receive both the initial payment and neighboring rights tokens.\
  👉 [Learn More](https://beatswap.gitbook.io/beatswap/the-path-to-stardom/rwa-launcher#ip-rights-registration-and-transfer)
* **Royalty Rewards via PoR Staking**\
  By staking RWA tokens via PoR, creators earn on-chain royalties based on verified engagement with their IP assets.\
  👉 [Learn More](https://beatswap.gitbook.io/beatswap/the-path-to-stardom/rwa-launcher#por-staking-and-royalty-activation)
* **Licensing to Earn**\
  Creators accumulate IP Licensing Index (IPL) tokens whenever their works generate royalty income (RoyaltyReward). These IPL balances contribute to their share of the monthly $BTX distribution.\
  👉 [Learn More](https://beatswap.gitbook.io/beatswap/tokenomics/usdbtx-tokenomics#licensing-to-earn)

{% @mermaid/diagram content="graph TD
A1\[Creator registers IP-Rights]:::creator
A2\[Receives initial payment and neighboring rights tokens]:::creator
A3\[Stakes RWA tokens]:::creator
A4\[Earns royalty rewards via PoR]:::creator

A1 --> A2
A1 --> A3 --> A4

classDef artist fill:#FEF3C7,stroke:#FBBF24,color:#92400E;
class A1,A2,A3,A4 artist;
" %}

***

### 🎧 Contributors & Partner Platforms

* **Contributor Rewards**\
  Contributor Rewards: Contributors earn IPL tokens for verified usage events such as listening, viewing, or playing (StreamReward). These IPL balances entitle them to a proportional claim on $BTX rewards.\
  👉 [Learn More](https://beatswap.gitbook.io/beatswap/tokenomics/usdbtx-tokenomics#licensing-to-earn)
* **Platform Incentives**\
  External platforms that provide verified usage data receive **protocol incentives in the form of waived rights usage fees**, aligning their role with the Licensing to Earn model.\
  👉 [Learn More](https://beatswap.gitbook.io/beatswap/the-path-to-stardom/oracle/for-depin/depin-components#token-incentives)

{% @mermaid/diagram content="graph TD
L1\[Contributor engages with IP asset]:::contributor
L2\[Partner platform verifies usage data]:::platform
L3\[Contributor receives token rewards]:::contributor
L4\[Platform receives rights fee exemption]:::platform

L1 --> L2 --> L3
L2 --> L4

classDef contributor fill:#DBEAFE,stroke:#3B82F6,color:#1E3A8A;
classDef platform fill:#E0F2FE,stroke:#0284C7,color:#075985;
class L1,L3 contributor;
class L2,L4 platform;
" %}

***

### 💰 Investors

* **Royalty Rewards for LP Holders**\
  When un-PoR RWA tokens are supplied to liquidity pools (not actively staked), LPs receive a share of the royalties generated through those pools. This allows passive participants to benefit from verified IP usage without engaging in direct staking.\
  👉 [Learn More](https://beatswap.gitbook.io/beatswap/the-path-to-stardom/beatswap#personalized-royalty-analytics-for-lp-holders)
* **Swap Fee Rewards**\
  All swap fees generated on the BeatSwap DEX are distributed to liquidity providers (LPs).\
  👉 [Learn More](https://beatswap.gitbook.io/beatswap/the-path-to-stardom/beatswap#liquidity-provision-and-lp-rewards)
* **PoR Participation**\
  Investors can also directly stake RWA tokens to earn royalty rewards based on verified IP usage.\
  👉 [Learn More](https://beatswap.gitbook.io/beatswap/the-path-to-stardom/beatswap#trader-pathway-to-por-participation)

{% @mermaid/diagram content="graph TD
I1\[Investor provides LP or stakes RWA tokens]:::investor
I2\[Receives royalty share from LP]:::investor
I3\[Receives swap fees]:::investor
I4\[Earns royalty rewards via RWA staking]:::investor

I1 --> I2
I1 --> I3
I1 --> I4

classDef investor fill:#D1FAE5,stroke:#10B981,color:#065F46;
class I1,I2,I3,I4 investor;
" %}

***

### 🧩 BeatSwap Protocol

* **RWA Token Issuance & Rights Registration**\
  BeatSwap manages IP-Rights registration and token issuance through the RWA Launcher and secures ongoing ecosystem operations through token issuance revenue.\
  👉 [Learn More](https://beatswap.gitbook.io/beatswap/the-path-to-stardom/rwa-launcher#rwa-token-purchase-participation)
* **Protocol-Owned Copyright Royalties**\
  Through the RWA tokenomics model, **12% of each copyright is permanently held by the protocol**, and a portion of the generated royalties is reserved for protocol sustainability.\
  👉 [Learn More](https://beatswap.gitbook.io/beatswap/tokenomics/rwa-tokenomics#key-points)
* **Swap Fee Distribution Model**\
  BeatSwap operates under a **swap fee distribution model that rewards LPs who provided initial liquidity**.\
  👉 [Learn More](https://beatswap.gitbook.io/beatswap/the-path-to-stardom/beatswap#liquidity-provision-and-lp-rewards)

{% @mermaid/diagram content="graph TD
P1\[BeatSwap issues RWA tokens via Launcher]:::protocol
P2\[Earns revenue from token issuance]:::protocol
P3\[Holds 12% of each copyright]:::protocol
P4\[Receives protocol royalties]:::protocol
P5\[Receives swap fees from LPs]:::protocol
P6\[Contributes to ecosystem expansion]:::protocol

P1 --> P2 --> P6
P1 --> P3 --> P4 --> P6
P1 --> P5 --> P6

classDef protocol fill:#E9D5FF,stroke:#8B5CF6,color:#5B21B6;
class P1,P2,P3,P4,P5,P6 protocol;
" %}


---

# 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://beatswap.gitbook.io/beatswap/tokenomics/role-based-incentives.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.
