From 2796e145f3e25b7ad8ed71996ac7d8e9be508d32 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sat, 21 Oct 2023 22:43:17 +0200 Subject: [PATCH 1/3] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e064ba8..c6cc726 100644 --- a/README.md +++ b/README.md @@ -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. From b4b991ee05d12b4617733765b64d3f5c75d9a3d7 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sat, 21 Oct 2023 22:44:37 +0200 Subject: [PATCH 2/3] fix typos --- developers/dataset.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developers/dataset.md b/developers/dataset.md index c0426b1..fa31846 100644 --- a/developers/dataset.md +++ b/developers/dataset.md @@ -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 @@ -114,7 +114,7 @@ Solana | `sol_address`\ Tron | `trx_address`\ **Example:** TXpw8XeWYeTUd4quDskoUqeQPowRh4jY65 -Ziliqa | `zil_address`\ +Zilliqa | `zil_address`\ **Example:** zil1wha8mzaxhm22dpm5cav2tepuldnr8kwkvmqtjq ## Upcoming Datapoints: From 55a524c11acf197b6a52ee6befc1f85268ac6bd4 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sat, 21 Oct 2023 22:46:40 +0200 Subject: [PATCH 3/3] fix typo --- architecture/ticker-symbols.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architecture/ticker-symbols.md b/architecture/ticker-symbols.md index 2baff82..692f455 100644 --- a/architecture/ticker-symbols.md +++ b/architecture/ticker-symbols.md @@ -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.