Skip to content

Commit

Permalink
completes nat article
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbrm committed Jun 23, 2019
1 parent f7fc421 commit 06e63fc
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions docs/whats-nebulas/nebulas-governance/nat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# The NAT Token
NAT is Nebulas' governance NRC20 token derived from the Nebulas Rank and powers the Nebulas on-chain voting system. Its total supply is capped at 100 billion.

Initially, 0 NAS voting was used. One address would be created per voting option, and a user would transfer 0 NAS to the corresponding address in order to vote. To count the votes for referenda where a wallet can only vote a single time, the transfers are parsed, duplicate addresses are merged, and then the number of transactions are counted. It is a very limited voting system.

The NAT on-chain voting system has several ways to target the weaknesses of the 0 NAS voting system.

* Introduces the possibility of weighted voting for special types of elections.
* Creates incentives to voting in the form of NAT rewards.
* Individuals' voting power is determined by their Nebulas Rank and their involvement with the Nebulas community and ecosystem.
* Protection from bad actors due to vastly higher supply (compared to NAS).

**Note:** NAT transferred will be burned.

For more in-depth information, read the [Nebulas Governance Orange Paper](https://nebulas.io/docs/NebulasOrangepaper.pdf).

## How to Obtain NAT
There are a myriad of ways to obtain NAT.

* Via airdrops: NAT airdrops are conducted every week and are based on one's Nebulas Rank. To calculate how many tokens you will receive from the airdrops consider reading [this article](https://medium.com/nebulasio/check-your-nr-see-how-many-tokens-you-can-receive-from-the-nat-airdrop-a45b0efdd697).
* Via pledging: pledging NAS will allow you to receive NAT tokens for as long as the NAS tokens are locked in a smart contract. Cancelling your pledge will return your NAS tokens back to your wallet but you will stop receiving NAT.
* Via voting or Nebulas Rank: if you have a non-zero Nebulas Rank you are elligible to receive voting incentives. Currently, the incentive index is set at 10. Thus, the number of voting incentives you will receive is equal to 10 times your Nebulas Rank that week, or 10 times the number of NAT that was sent out of that address for the week, whichever is lower.

## Learn More
### Where to vote
[Go.Nebulas.io Proposals](https://go.nebulas.io/votes?page=1&byCategory=0&byStatus=0&bySort=0).

[Active nebulas.io ballots](https://nebulas.io/nat-vote.html).

### Useful Links
[https://nebulas.io/nat.html](https://nebulas.io/nat.html).

[Why NAT is a fundamental component of the Nebulas ecosystem](https://medium.com/nebulasio/why-nat-is-a-fundamental-component-of-the-nebulas-ecosystem-1a8b07c0cf58).

[NAS on-chain voting starts!](https://medium.com/nebulasio/nat-onchain-voting-starts-1d193c974f7a).

[Three minutes to take you into the world of NAT](https://www.reddit.com/r/nebulas/comments/bv3t3j/three_minutes_to_take_you_into_the_world_of_nat/?ref=readnext).

[Participate in Nebulas ecosystem voting & receive NAT incentives!](https://medium.com/nebulasio/participate-in-nebulas-ecosystem-voting-receive-nat-incentives-7235fdc65439).

[How to obtain NAT — Part 1: How to Pledge your NAS](https://medium.com/nebulasio/want-to-get-nat-you-need-to-prepare-the-following-on-may-5th-part-1-465224f23af5).

[How to obtain NAT — Part 2: How to Pledge your NAS via offline mode](https://medium.com/nebulasio/how-to-obtain-nat-part-2-how-to-pledge-your-nas-via-offline-mode-add3172d940c).

[How to obtain NAT — Part 3: Receiving NAT incentives & how to improve your NR](https://medium.com/nebulasio/how-to-obtain-nat-part-3-receiving-nat-incentives-how-to-improve-your-nr-ac28b43cf9f1).

[How to receive NAT without a Nebulas Rank](https://medium.com/nebulasio/how-to-receive-nat-without-a-nebulas-rank-5d8cbd931cb9).

0 comments on commit 06e63fc

Please sign in to comment.