Skip to content

Commit

Permalink
GITBOOK-558: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgelinae authored and gitbook-bot committed Jun 3, 2024
1 parent 7b176f5 commit fad5839
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion governance/exactly-token-exa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,24 @@ As the Protocol develops, EXA token holders will play a crucial role in decision

### Circulating Supply & Token Holders

* **EXA token holders and total supply:** [https://optimistic.etherscan.io/token/tokenholderchart/0x1e925de1c68ef83bd98ee3e130ef14a50309c01b](https://optimistic.etherscan.io/token/tokenholderchart/0x1e925de1c68ef83bd98ee3e130ef14a50309c01b)
* **EXA token holders and Total Supply:** [https://optimistic.etherscan.io/token/tokenholderchart/0x1e925de1c68ef83bd98ee3e130ef14a50309c01b](https://optimistic.etherscan.io/token/tokenholderchart/0x1e925de1c68ef83bd98ee3e130ef14a50309c01b)
* **Exa token Circulating Supply**: [https://app.exact.ly/api/circulating-exa](https://app.exact.ly/api/circulating-exa)
* **Circulating Supply Formula:**

```
circulatingSupply = totalSupply - nonCirculatingSupply + totalWithdrawable
```

  **nonCirculatingSupply** => sum of the EXA balance of:\
  [`Sablier_V2_Lockup_Dynamic`](https://optimistic.etherscan.io/token/0x1e925de1c68ef83bd98ee3e130ef14a50309c01b?a=0x6f68516c21e248cddfaf4898e66b2b0adee0e0d6)\
  [`SablierV2LockupLinear`](https://optimistic.etherscan.io/token/0x1e925de1c68ef83bd98ee3e130ef14a50309c01b?a=0xb923abdca17aed90eb5ec5e407bd37164f632bfd)\
  [`TimelockController`](https://optimistic.etherscan.io/address/0x92024C4bDa9DA602b711B9AbB610d072018eb58b)\
  [`RewardsController`](https://optimistic.etherscan.io/address/0xBd1ba78A3976cAB420A9203E6ef14D18C2B2E031)\
  [`EscrowedEXA`](https://optimistic.etherscan.io/address/0xbea586A167853ADddEF12818f264f1F9823fBc18)\
  [`Treasury`](https://optimistic.etherscan.io/address/0x23fd464e0b0ee21cedeb929b19cabf9bd5215019)\
  [`Airdrop`](https://optimistic.etherscan.io/token/0x1e925de1c68ef83bd98ee3e130ef14a50309c01b?a=0x3cecea7ef91b6f6d3760f6b5845c3332dc00a420)

  **totalWithdrawable** => the sum of the amount withdrawable from each Sablier stream

### EXA token Unlock Schedule

Expand Down

0 comments on commit fad5839

Please sign in to comment.