Skip to content

Commit

Permalink
Merge pull request #86 from AntelopeIO/tokenomics-ricardians
Browse files Browse the repository at this point in the history
Add ricardians for unvest and donatetorex
  • Loading branch information
nsjames authored May 21, 2024
2 parents 3803fd9 + ded2d7f commit 59736cf
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions contracts/eosio.system/ricardian/eosio.system.contracts.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,17 @@ icon: @ICON_BASE_URL@/@REX_ICON_URI@

A sell order of the purchased amount can only be initiated after waiting for the maturity period of 4 to 5 days to pass. Even then, depending on the market conditions, the initiated sell order may not be executed immediately.

<h1 class="contract">donatetorex</h1>

---
spec_version: "0.2.0"
title: Donate system tokens to REX
summary: '{{nowrap payer}} donates {{nowrap quantity}} tokens to REX'
icon: @ICON_BASE_URL@/@REX_ICON_URI@
---

{{quantity}} is taken out of {{payer}}’s token balance and given to REX with the included memo: "{{memo}}".

<h1 class="contract">canceldelay</h1>

---
Expand Down Expand Up @@ -818,3 +829,14 @@ icon: @ICON_BASE_URL@/@ADMIN_ICON_URI@
---

{{$action.account}} to execute the next upcoming annual rate schedule.

<h1 class="contract">unvest</h1>

---
spec_version: "0.2.0"
title: Unvest Tokens
summary: 'Reclaim and retire unvested tokens'
icon: @ICON_BASE_URL@/@ADMIN_ICON_URI@
---

Reclaim and retire {{$action.unvest_net_quantity}} and {{$action.unvest_cpu_quantity}} worth of unvested tokens from the account {{$action.account}}.

0 comments on commit 59736cf

Please sign in to comment.