> For the complete documentation index, see [llms.txt](https://docs.paragonsdao.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paragonsdao.com/docs/archive/paragons-alliance/borrowing/player-revenue-share.md).

# Player Revenue Share

### Earning Share from borrowing Parallel cards via Bonds

When you borrow cards from our Armory and earn PRIME by winning Parallel ranked matches, you will be subject to a 25% tax through Bonds, allowing you to keep 75% of the PRIME you earn.<br>

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXco5oWuhjY3MzrwA3Bq3_biO1KlYTRuNqmcqDx38uzeHtzTa4GFAPiS9kThAdwAymKC87QVg9MvTmydOyvPsBr7hFZ1g7LiQjzMfBSkPYrjzLzgm7iqsAyBo56SksalLaJe3lfHy8wARjvncpFEWDGLJdPd?key=cKqPvScn_VQhaM9SV4wwXg" alt="" width="375"><figcaption></figcaption></figure>

### Boosted earnings from borrowing premium assets via Gear

With Gear, top-tier players in the Paragons Alliance can supercharge their PRIME earnings. Depending on the premium assets borrowed, players can increase their PRIME earnings by up to five times compared to borrowing only Parallel cards via Bonds.

When borrowing premium assets through Gear and earning PRIME from winning Parallel ranked matches, the PRIME earned in-game will be charged rakes as follows:&#x20;

* 20% is collected by Paragons Alliance as part of the Lender and Bond rake.
* Depending on the premium assets borrowed, players may incur additional rake ranging from 2.5% up to a maximum of 30% from Gear’ rake.
* 5% goes to Echelon’s Sink Rake, where Paragon Alliance will cover 2.5% of the rake as a bonus incentive for our VIP players.

### Gear’ rake breakdown by assets&#x20;

| Asset         | Additional rake (capped at 30%) |
| ------------- | ------------------------------- |
| Avatar        | 5%                              |
| Prime Key     | 5%                              |
| Overclock Key | 7.5%                            |
| Prismatic Key | 5%                              |
| Gravity Key   | 5%                              |
| Galaxy Key    | 2.5%                            |
| The Core      | 7.5%                            |
| Companion     | 5%                              |

### Player Earnings Scenarios

#### Scenario 1: Borrowing Parallel cards via Bonds

Player wins 1 PRIME in-game. Here’s how the earnings will be distributed across rakes:

* 0.05 PRIME (5%) goes into Echelon’s sink rake.
* 0.2 PRIME (20%) goes to Bonds & Lenders’ (Paragons Alliance) rake.

Ultimately, the player receives 0.76 PRIME (80%) as their earnings.

#### Scenario 2: Borrowing Parallel cards via Bonds AND Borrowing premium assets via Gear

Player borrows an Avatar, The Core and an Overclock Key from Paragons Alliance.&#x20;

Their earnings are boosted and the player wins 10 PRIME in-game. Here’s how the earnings will be distributed across rakes:&#x20;

* 2 PRIME (20%) goes to Bonds & Lenders’ (Paragons Alliance) rake.
* 2 PRIME (20%) is distributed to Paragons Alliance’s Gear rake.
  * 5% for the Avatar, 7.5% for The Core, and 7.5% for Overlock key&#x20;
* 0.5 PRIME (5%) goes to Echelon’s Sink Rake.
  * Paragon Alliance will cover 2.5% of the rake as a bonus incentive for our VIP players.&#x20;

In this example, this player earns 55% (5.5 PRIME) of their total PRIME earnings. With the Gear bonus, Paragons Alliance will cover 2.5% of the 5% from Echelon’s Sink Rake, resulting in the player ultimately receiving 5.75 PRIME (57.5% of their total earnings). <br>

### TLDR of Player Revenue Share Breakdown&#x20;

<table><thead><tr><th>Rake</th><th width="231">Borrowing of Cards via Bonds only</th><th>Borrowing of assets via Bonds + Gear</th></tr></thead><tbody><tr><td>Sink (Echelon)</td><td>5%</td><td><p>5% - 2.5% rebate</p><p></p><p><em><strong>Gear bonus for VIP players, where the sink rake is split between Paragons Alliance and player.</strong></em>  </p></td></tr><tr><td>Gear (Paragons Alliance)</td><td>N.A</td><td><p>2.5% to max. of 30%</p><p><em>Depending on the assets and number of assets borrowed.</em></p></td></tr><tr><td>Bond + Lender (Paragons Alliance)</td><td>20% </td><td>20% </td></tr><tr><td>Player (You)</td><td>75%</td><td><p>100% </p><p>- 20% (Bonds + Lender rake)</p><p> - 2.5% (Total sink)</p><p> - X% (Gear Rake)</p><p><br></p><p><em>You will still receive a minimum of 47.5% of your original PRIME winnings.</em> </p></td></tr></tbody></table>


---

# 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://docs.paragonsdao.com/docs/archive/paragons-alliance/borrowing/player-revenue-share.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.
