Skip to content
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

add initial list of draft token tags #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions static/.well-known/bitcoin-cash-metadata-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,60 @@
"registry": "https://otr.cash/.well-known/bitcoin-cash-metadata-registry.json"
}
},
"tags": {
"utility-token": {
"name": "Utility Token",
"description": "A token that provides users with access to a product or service offered by the issuing project."
},
"security-token": {
"name": "Security Token",
"description": "A token that represents investment in a project, often with expectations of profit, dividends, or voting rights."
},
"stablecoin": {
"name": "Stablecoin",
"description": "A type of cryptocurrency that aims to maintain a stable market value, often pegged to a fiat currency or commodity."
},
"governance-token": {
"name": "Governance Token",
"description": "A token that provides holders with voting rights in the governance of a decentralized project or protocol."
},
"defi-token": {
"name": "DeFi Token",
"description": "A token associated with decentralized finance (DeFi) applications, often used in lending, borrowing, or liquidity provision."
},
"nft": {
"name": "NFT",
"description": "A unique token representing ownership or proof of authenticity of a digital or physical asset."
},
"wrapped-token": {
"name": "Wrapped Token",
"description": "A token that represents another cryptocurrency on a different blockchain, allowing for cross-chain token utilization."
},
"payment-token": {
"name": "Payment Token",
"description": "A token primarily used as a medium of exchange or for payment purposes."
},
"exchange-token": {
"name": "Exchange Token",
"description": "A token issued by a cryptocurrency exchange, often offering benefits like reduced fees or participation in revenue sharing."
},
"privacy-token": {
"name": "Privacy Token",
"description": "A token designed with enhanced privacy features, offering greater anonymity for transactions."
},
"asset-backed-token": {
"name": "Asset-Backed Token",
"description": "A token backed by a tangible or intangible asset, like gold, real estate, or intellectual property."
},
"liquidity-provider-token": {
"name": "Liquidity Provider Token",
"description": "A token received in exchange for providing liquidity to a decentralized exchange or liquidity pool."
},
"memecoin": {
"name": "Memecoin",
"description": "A cryptocurrency, often created and shared as a joke or for fun, that may gain popularity or value through social media and community support."
}
},
"identities": {
"07a70ec6e0a325991e829daea5de1be1bb71e1ef4a04931cdddf567d8f60f676": {
"2023-05-12T20:18:04.000Z": {
Expand Down