-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Greenstand-Token.md #146
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,10 @@ | |
# Greenstand Token | ||
|
||
## **A Framework for Non-fungible Tokens linked to Environmental Assets** | ||
Note: Readers may comment on and suggest modifications to this document via the Pull Request process, [Google Doc](https://docs.google.com/document/d/1R94Jp6QoHnxW8TbjeJgwH96EOXGVUgrRnEQ7Wxiu8yo/edit?usp=sharing), or email [email protected] | ||
|
||
Version: 0.0, Aug, 2022 | ||
|
||
### NOTE: | ||
|
||
THIS MODEL IS A GOAL AND MAY NOT ACCURATELY REPRESENT THE _CURRENT_ WORKINGS OF THE REGISTERED NON-PROFIT ORGANIZATION GREENSTAND. | ||
|
||
DOMAIN MODEL TERMINLOGY IN THIS PAPER MAY CONFLICT WITH CURRENTLY IMPLEMENTED STRUCTURES IN THE GREENSTAND GITHUB REPOSITORIES. | ||
Version: 0.1, Aug, 2022 | ||
|
||
Readers may comment on and suggest modifications to this document via the Pull Request process, [Google Doc](https://docs.google.com/document/d/1R94Jp6QoHnxW8TbjeJgwH96EOXGVUgrRnEQ7Wxiu8yo/edit?usp=sharing), or email [email protected] | ||
|
||
|
@@ -434,9 +430,9 @@ Sealing nodes are compensated using minting and transfer fees based on the value | |
|
||
A TRing is the native currency of the Greenstand network and is created by depositing Greenstand tokens. | ||
|
||
The Greenstand Token resides on the network as an ERC721 token. Any Greenstand Token may be converted into TRings as an ERC20. The number of TRrings created from this conversion is calculated using the Greenstand network’s master RVI. | ||
The Greenstand Token resides on the network as an ERC721 token. Any Greenstand Token may be converted into TRings. The number of TRrings created from this conversion is calculated using the Greenstand network’s master RVI. | ||
|
||
The TRing is divisible by 100 units called Grain. | ||
The TRing is divisible by 100 units called Seed. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. https://academy.binance.com/en/glossary/wei |
||
|
||
|
||
### Framework | ||
|
@@ -518,9 +514,6 @@ It may happen as a transfer in a peer-to-peer network or as a string of requests | |
|
||
Fungible tokens are identical tokens and mutually exchangeable. In the Greenstand system, RVIs produce fungible tokens from Non-fungible Greenstand Tokens. | ||
|
||
**Grain** | ||
|
||
A Grain is 100th of a TRing | ||
|
||
**Greenstand Token** | ||
|
||
|
@@ -551,6 +544,10 @@ A unique token with unique attributes. | |
|
||
A Root Wallet is a level of wallet permission on a Greenstand node that enables a user to make API calls that trigger the creation of new wallets and transfer requests from their own or managed wallets to any other wallet in the system. Root Wallets may grant wallet trading access to specific wallets for other users, third parties, and customers. | ||
|
||
**Seed** | ||
|
||
A Seed is 100th of a TRing. | ||
|
||
Comment on lines
+547
to
+550
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. https://academy.binance.com/en/glossary/wei |
||
**Smallholder farmer** | ||
|
||
|
||
|
@@ -584,7 +581,7 @@ Globally ‘tree planting’ is currently being counted as a “pledge” or as | |
**TRing** | ||
|
||
|
||
TRing is the native currency of the Greenstand network. They are created by depositing Greenstand Tokens. The number of TRings produced per Greenstand Token is calculated using the Master Relative Value Index. A TRing is divisible by 100 to create Grain. | ||
TRing is the native currency of the Greenstand network. They are created by depositing Greenstand Tokens. The number of TRings produced per Greenstand Token is calculated using the Master Relative Value Index. A TRing is divisible by 100 to create Seed. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. https://academy.binance.com/en/glossary/wei There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks @bstetzer32 This is a good point. |
||
|
||
**Wallet** | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.