Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Overview of TokenDAO

# Introduction

TokenDAO helps the ecosystem define a shared `token` data type and facilitate the creation of a shared dataset containing important information about each token. Token data stored in TokenDAO can be integrated in a permissionless manner and used in any context. Wallets, web apps, smart contracts, token communities can now exercise direct control over the updates they wish to see in this shared token dataset, define open and transparent update processes, set validity durations on data to maintain this shared dataset.
TokenDAO helps the ecosystem define a shared `token` data type and facilitates the creation of a shared dataset containing important information about each token. Token data stored in TokenDAO can be integrated in a permissionless manner and used in any context. Wallets, web apps, smart contracts, token communities can now exercise direct control over the updates they wish to see in this shared token dataset, define open and transparent update processes, set validity durations on data to maintain this shared dataset.

Tickers are unique and short symbols set by TokenDAO within the shared dataset for each token community. TokenDAO believes that communities should naturally own their symbols together unlike an ENS name which has to be owned. Even shared ownership of ENS names with multi-sig wallets is not fool-proof. Subscription fees, domain renewals, expiry dates to allow others to grab your domain name should not apply to important symbols like Tickers.

Expand Down
2 changes: 1 addition & 1 deletion architecture/ticker-symbols.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: Ticker Symbols



Symbols are primarily meant for communities. Each community can then can decide to host a user space within their symbol and set their own assignment rules along with their general strategy.
Symbols are primarily meant for communities. Each community can then decide to host a user space within their symbol and set their own assignment rules along with their general strategy.



Expand Down
4 changes: 2 additions & 2 deletions developers/dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ X.0.0 is increased when a ticker ($XXX) is changed, \

If a more significant number is changed, all the numbers under it are reset. The starting version is 0.0.1

**Example:** 0.1.3 - The first version of a token, on it's second token contract address, under which, the metadata has been updated twice.
**Example:** 0.1.3 - The first version of a token, on its second token contract address, under which, the metadata has been updated twice.

## Sidechain Addresses

Expand Down Expand Up @@ -114,7 +114,7 @@ Solana | `sol_address`\
Tron | `trx_address`\
**Example:** TXpw8XeWYeTUd4quDskoUqeQPowRh4jY65

Ziliqa | `zil_address`\
Zilliqa | `zil_address`\
**Example:** zil1wha8mzaxhm22dpm5cav2tepuldnr8kwkvmqtjq

## Upcoming Datapoints:
Expand Down