Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
feat: add t2crtokens.eth to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eccentricexit committed Oct 31, 2020
1 parent a20fdeb commit b6fc93a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
10 changes: 7 additions & 3 deletions docs/deep-dive.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
## Quick Start

Do you just want the list of tokens? Here you go: [https://t2crtokens.eth.link](https://t2crtokens.eth.link).

The one caveat is the following: This list follows the Uniswap's token lists schema where the decimals field is obligatory. Tokens that revert when the `decimals()` function of its contract is called will not be included in this list unless there is an accepted submission for it in the [Token Decimals TCR](https://curate.kleros.io/tcr/0x8eFfF9BB64ED3d766a26a18e873cf171E67BeCf2).

## Introduction

The Token² Curated Registry \(or sometimes refered to as the T²CR\) is a Kleros powered token curated registry of tokens.

Additionally, badges can also be attached to tokens that meet some criteria \(e.g. ERC20 Badge certifies that the token contract implements the ERC20 token standard and passed a bug bounty\).

![architecture](assets/contracts.png)
Additionally, badges can also be attached to tokens that meet some criteria \(e.g. ERC20 Badge certifies that the token contract implements the ERC20 token standard and passed a bug bounty\). Badges are essentially an Arbitrable TCR contract with only an address field.

## Resources

Expand Down
19 changes: 18 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,24 @@

The Kleros-powered [token curated list of tokens](https://tokens.kleros.io).

## Quick Start
## Get The List

Do you just want the list of tokens? Here you go: [https://t2crtokens.eth.link](https://t2crtokens.eth.link).

The one caveat is the following: This list follows the Uniswap's token lists schema where the decimals field is obligatory. Tokens that revert when the `decimals()` function of its contract is called will not be included in this list unless there is an accepted submission for it in the [Token Decimals TCR](https://curate.kleros.io/tcr/0x8eFfF9BB64ED3d766a26a18e873cf171E67BeCf2).

## Important

Keep in mind that the T2CR is a registry that enforces correctness of the token information. If you want a list of tokens that adhere to extra information (such as bug-free, secure, decentralized, non scam tokens) you should look into token badges.

For more in-depth knowledge into the criteria, see the listing policies of the T2CR and each badge.
Below are some listing criteria as of 31st of October 2020. For the latest criteria visit [tokens.kleros.io](tokens.kleros.io) or see the latest `MetaEvidence` event emitted by the TCR contract (addresses in the `Deployed Contracts` section).
- [T2CR](https://ipfs.kleros.io/ipfs/QmbqgkZoGu7jJ8nTqee4NypEhK7YVBEJJmPJbJxz8Bx8nY/t2cr-primary-doc.pdf)
- [ERC20](https://ipfs.kleros.io/ipfs/QmTgWyAp642wEkCMFj3XyoJTMrTFBtW82c3f3ZsVqRRERa/erc20-standard-token-badge-primary-document.pdf)
- [Stablecoin](https://ipfs.kleros.io/ipfs/QmazSC1jtkTyK1WJMG92SSz3aHUjBcYTMDxo3oFinH9QhL/stablecoin-badge.pdf)
- [TrueCryptosystem](https://ipfs.kleros.io/ipfs/QmVEbT5LktUzdfmqqpgTdZx88oNuij8JC128oXkQpSocqb/true-cryptosystem-badge.pdf)

## Fetch From The Contract

Learn how to fetch tokens with a given badge from the example below:

Expand Down

0 comments on commit b6fc93a

Please sign in to comment.