|
1 | 1 | ---
|
2 | 2 |
|
3 | 3 | title: "Token Directory"
|
4 |
| -description: The Token Directory by Sequence is an open resource on GitHub used to filter spam from verified tokens. Users can manually add new tokens to be visible in wallets and infrastructure by updating wallet settings or the token directory. |
| 4 | +description: Sequence Token Directory is an open resource repository on GitHub used to filter spam tokens from our services and wallets. Developers can submit pull requests to the Token Directory to get new tokens verified in wallets and infrastructure. |
5 | 5 | ---
|
6 | 6 |
|
7 |
| -When tokens are added to various blockchains, the default is for these tokens to not be included in the default wallet settings since a lot of tokens can be considering spam until they are verified. |
| 7 | +When new token contracts are deployed to a blockchain supported by Sequence, they are not automatically visible in wallets and infrastructure since they are not verified and might be considered spam. |
8 | 8 |
|
9 |
| -The best way to get your contracts verified is to deploy them through the Sequence Builder which will add them to our token directory automatically. |
| 9 | +The best way to get your contracts automatically verified is to deploy them through the Sequence Builder which will add them to our token directory immediately. Alternatively, you can import your contracts into your project in Builder and they will be automatically verified as well. |
| 10 | + |
| 11 | +We also support verifying external contracts and collections. Simply open a Pull Request with the contract information against the [Token Directory](https://github.com/0xsequence/token-directory). |
10 | 12 |
|
11 |
| -We also support verifying external contracts and collections, to do this - please get in [contact](https://go.crisp.chat/chat/embed/?website_id=9ef4395b-6bb1-4645-8e02-6071d89290a1). |
12 | 13 |
|
13 | 14 | Otherwise, if you are deploying tokens for testing - you can also configure your Sequence Wallet to show unverified tokens.
|
14 | 15 |
|
15 |
| -## How to make tokens appear in your wallet |
| 16 | +## How to make unverified tokens appear in your wallet |
16 | 17 |
|
17 |
| -From your Sequence Wallet in Builder, navigate to [Settings > General](https://sequence.app/settings/general) and untoggle `Hide Unverified Tokens`. |
| 18 | +Launch your [Sequence Wallet](https://sequence.app/), navigate to [Settings > General](https://sequence.app/settings/general) and untoggle `Hide Unverified Tokens`. |
18 | 19 |
|
19 | 20 | <Warning>
|
20 |
| - Note <br /> |
21 |
| - This will show all unverified tokens which can be utilized for testing purposes. |
| 21 | + This will show all unverified tokens, including spam tokens. |
22 | 22 | </Warning>
|
0 commit comments