From e1e7ce8625ec8130fa1be169ede60c033f41b813 Mon Sep 17 00:00:00 2001 From: M Glasgow Date: Fri, 25 Oct 2024 16:23:57 +0100 Subject: [PATCH] tie up --- docs/tutorials/token_integration_evm.md | 34 ++++++++++++++++++------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/docs/tutorials/token_integration_evm.md b/docs/tutorials/token_integration_evm.md index 08a8f02..69daed3 100644 --- a/docs/tutorials/token_integration_evm.md +++ b/docs/tutorials/token_integration_evm.md @@ -1,5 +1,5 @@ -# Integration Guide for Bridging ERG to ETH Tokens +# Integration Guide for Bridging ERG tokens This guide provides a comprehensive overview of the steps required to integrate and list tokens that have been bridged from ERG to ETH on various platforms. Follow these instructions to ensure your token is properly recognized and accessible across major platforms. @@ -7,22 +7,26 @@ This guide provides a comprehensive overview of the steps required to integrate To list your bridged token on CoinGecko, follow these steps: -1. **Submit a New Token Request**: Visit the [CoinGecko Token Request Form](https://www.coingecko.com/request-form/tokens/new?locale=en) to submit your token details. - +- **Submit a New Token Request**: Visit the [CoinGecko Token Request Form](https://www.coingecko.com/request-form/tokens/new?locale=en) to submit your token details. +- **Verification Guide**: Refer to the [CoinGecko Verification Guide](https://support.coingecko.com/hc/en-us/articles/23725417857817-Verification-Guide-for-Listing-Update-Requests-on-CoinGecko) for detailed instructions on the listing process. -4. **Verification Guide**: Refer to the [CoinGecko Verification Guide](https://support.coingecko.com/hc/en-us/articles/23725417857817-Verification-Guide-for-Listing-Update-Requests-on-CoinGecko) for detailed instructions on the listing process. +## Ethereum -## Uniswap Integration +### Uniswap Integration To list your token on Uniswap, follow these steps: -The process is similar to adding liquidity, but there are additional requirements for initializing a pool, which incurs gas fees. These fees can vary significantly, ranging from approximately 0.05 ETH during low traffic periods to much higher amounts during peak times. +The process is similar to [adding liquidity](rsERGLP.md), but there are additional requirements for initializing a pool, which incurs gas fees. These fees can vary significantly, ranging from approximately 0.05 ETH during low traffic periods to much higher amounts during peak times so please make sure you aren't paying over the odds! -1. **File a Token Request**: Submit an issue on the [Uniswap Default Token List GitHub](https://github.com/Uniswap/default-token-list/issues/new?assignees=&labels=token+request&template=token-request.md&title=Add+%7BTOKEN_SYMBOL%7D%3A+%7BTOKEN_NAME%7D) with your token details. Ensure that token information such as decimals, symbol, and name is accurately reflected from the token contracts. +#### Updating Details +You can **File a Token Request**: Submit an issue on the [Uniswap Default Token List GitHub](https://github.com/Uniswap/default-token-list/issues/new?assignees=&labels=token+request&template=token-request.md&title=Add+%7BTOKEN_SYMBOL%7D%3A+%7BTOKEN_NAME%7D) with your token details. Ensure that token information such as decimals, symbol, and name is accurately reflected from the token contracts. -## Dexscreener Integration +Prioritizing a listing on CoinGecko is beneficial, as it serves as a data source for various platforms. Once listed, your token details will automatically propagate to multiple other services, reducing the need for additional manual updates. + + +### Dexscreener Integration To enhance your token's visibility on Dexscreener: @@ -30,7 +34,7 @@ To enhance your token's visibility on Dexscreener: 2. **Token Page**: Access your token's page on [Dexscreener](https://dexscreener.com/ethereum/0x85bb44d0a6f2a5844975ef19149d9c4b0bb77b7d) for more details. -## Dextools.io Integration +### Dextools.io Integration To expedite your token's update on Dextools.io: @@ -40,3 +44,15 @@ To expedite your token's update on Dextools.io: - 2 $BNB 2. **Submit Fast Track Request**: Complete the [Dextools Fast Track Form](https://docs.google.com/forms/d/e/1FAIpQLSd1BAqjAl9nntlS2mOk76tE0Q-dEf-AT1bUblDXikjZ-PNP1Q/formResponse) to initiate the process. + +## Cardano + +### Taptools + +### DEXs + +Listed [here](https://defillama.com/chain/Cardano) + +### dApps + +See the current [rsERG cardano ecosystem opportunities](rosen-uses/#cardano-ecosystem-opportunities) for ideas on where to get your token listed. \ No newline at end of file