# RWA Tokenomics

RWA is unique to other L2 network tokens in that it accrues value from both the protocols and transaction activity on the chain, a comprehensive representation of network value.

These funds are distributed back to veRWA holders, proportionate to their veRWA [voting power](#voting-power-and-value-accrual). For example, a user with .005% of the veRWA voting power will receive .005% of the  revenue collected by RWA.

**All veRWA revenue is distributed in reETH.**

<figure><img src="/files/qjuZseltsmzjLi9nYpHP" alt=""><figcaption></figcaption></figure>

## RWA Value Accrual

The chart below details the various revenue streams distributing back to veRWA.

<table><thead><tr><th width="152">Protocol</th><th width="226">Revenue Source</th><th>Distribution</th></tr></thead><tbody><tr><td><strong>re.al</strong></td><td>Transaction Fees</td><td>100% of reETH profit</td></tr><tr><td>Tangible</td><td>Baskets rental yield</td><td>10% of all incoming rental yield</td></tr><tr><td>Tangible</td><td>Marketplace Fees</td><td>1% - Real estate TNFT secondary sales<br>2.5% - Gold TNFT, veRWA secondary sales</td></tr><tr><td>Pearl</td><td>CAVIAR incentives</td><td>20% of CVR accrued incentives</td></tr><tr><td>Pearl</td><td>ALM Fees</td><td>10% of user rewards managed by Trident</td></tr><tr><td>Stack</td><td>MORE borrowing fees</td><td>50% of borrowing fees</td></tr><tr><td>Arcana</td><td>Delta-neutral trades</td><td>50% of revenue (5% of all trade profits)</td></tr></tbody></table>

*Last updated: October 15th, 2024*

## veRWA Details

<table><thead><tr><th width="295">Indicator</th><th>Details</th></tr></thead><tbody><tr><td>Ticker</td><td>veRWA</td></tr><tr><td>Token Type</td><td>ERC-720, Native (NFT)</td></tr><tr><td>Total supply</td><td>Cannot exceed supply of RWA</td></tr><tr><td>Contract Address</td><td><code>0xa7B4E29BdFf073641991b44B283FD77be9D7c0F4</code></td></tr><tr><td>Chain</td><td><strong>re.al</strong></td></tr></tbody></table>

## Voting Power and Value Accrual

Locking RWA into veRWA is required to get access to revenue share from **re.al**.

RWA can be locked for a period of 1 month to 36 months.

Longer locks result in higher veRWA voting power. The higher the veRWA voting power, the more **re.al** revenue that NFT is entitled. It also means a longer vesting period to unlock the underlying tokens. Shorter lock periods result in a faster vesting period, but reduce the voting power and subsequently the revenue share.

#### Calculating Voting Power:

`voting power = lockedAmount * vestingDuration / MAX_VESTING_DURATION`

`MAX_VESTING_DURATION = 93312000`

Max vesting duration calculated in seconds using the Solidity calculation of seconds/day = 86400

<table><thead><tr><th width="155">RWA TOKENS</th><th width="252">LOCK DURATION (MONTHS)</th><th width="189">VE VOTING POWER</th><th>REV SHARE %</th></tr></thead><tbody><tr><td>200</td><td>1</td><td>5.56</td><td>x</td></tr><tr><td>200</td><td>6</td><td>33.33</td><td>6x</td></tr><tr><td>200</td><td>12</td><td>66.67</td><td>12x</td></tr><tr><td>200</td><td>24</td><td>133.33</td><td>24x</td></tr><tr><td>200</td><td>36</td><td>200</td><td>36x</td></tr></tbody></table>

## Vesting and Value Accrual

veRWA positions are designed to maintain the voting power resulting from the lock amount (total tokens locked) and the lock duration. Unlike other vote escrow tokens, there is no need to relock to maintain voting power.&#x20;

To claim the underlying tokens in a veRWA position, the user must deposit the token into the [vesting contract](/rwa-token/contracts.md#votingescrowvesting). Once deposited, the token will undergo a vesting period, after which time the user can unlock and claim the underlying tokens on vesting completion. Vesting timing is analogous to lock duration. A one-year lock on a veRWA will take one year in the vesting contract to unlock.

{% hint style="danger" %}
**Users cannot vest and claim rewards at the same time.**

The vesting contract takes ownership over the veRWA and the vote power immediately goes to zero. Any fees that would normally accrue to the token are now distributed amongst all other unvested veRWA token positions.&#x20;
{% endhint %}

Vesting time accrued carries over even if the token is removed from the contract. A token can be deposited in the vesting contract for one week and then removed, reducing the lock duration/vote power by one week of vesting. At a later time, it can be redeposited and continue to vest having already accrued a week of vesting at an earlier date.

## Taxing System

RWA includes a taxing system that taxes buys & sells of unlocked RWA, it is not applied on pier-to-pier transfers.

The configurable fee launched with a 5% tax.&#x20;

On July 1st, the tax was reduced to 2%, eliminating the burn (2%) and liquidity provision (1%) while retaining the 2% distribution back to veRWA holders in reETH.

On September 16th, the tax was modified where the 2% fee charged on RWA swaps is permanently burned, instead of being distributed back to veRWA holders as reETH.

In the future, this fee may be reduced or removed entirely, changes approved via multisig transaction.

## Unclaimed Rewards

Any reETH which is unclaimed six months after its initial distribution to a veRWA account will be returned back to the revenue distributor and redistributed between all users. Only the amount of reETH which is unclaimed longer than six months will be redistributed, not the full claimable amount.


---

# 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://docs.re.al/rwa-token/rwa-tokenomics.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.
