-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🦆🦆🦆🦆 #120
Comments
Permission is hereby granted, free of charge, to any person obtaining a copy The above copyright notice and this permission notice shall be included in all THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
good |
UQA5NWl5eH6KvxwnMBCj7vDbb-Xebok-pWGfFuHhq1zMxmv5 |
Adding new Defi project
The JSON schema for Defi project includes: name, logoURI, homepage, MarketCapLink, url, poolAddresses.
Follow the steps below to add a new Defi project:
Fork this repo.
change the JSON file defiProjectList.json, adding such as: (PLEASE DO NOT REMOVE EXISITING CONTENTS)
{
"name": "SunSwap",
"logoURI": "https://coin.top/production/upload/logo/sun10.png",
"homepage": "http://sun.io/",
"MarketCapLink": "https://coinmarketcap.com/currencies/sun-token",
"url": "https://apilist.tronscan.org/api/tvl",
"category": "DEX",
"poolAddresses": [
"TKcEU8ekq2ZoFzLSGFYCUY6aocJBX9X31b",
"TAkrcKsS5FW9f3ZfzvWy6Zvsz9uEjUxPoV"
]
}
name[Required]: your Defi project name.
logoURI[Required]: the logo URI of your Defi project.
homepage[Required]: the home page of your Defi project.
MarketCapLink[Optional]: so your TVL can appear on Coinmarketcap or Coingecko. (https://coinmarketcap.com/currencies/#TOKEN or https://www.coingecko.com/en/coins/#TOKEN)
url[Required]: the url to get your specific Defi project's TVL, the result should be JSON format:
{
"tvl": 3298643126.37
}
where 3298643126.37 unit is $ (dollar), calculates as the sum of all (StakedTokenAmount-BorrowedTokenAmount) * currentTokenPrice.
category[Required]: (Yield/DEX/Lending/Minting/Assets/Insurance/Options/Indexes/Staking) Please choose only one.
poolAddresses[Required]: the pool contract addresses related with this Defi project.
Submit PR with the changed JSON file.
Follow the PR template below:
Please provide the following information for your Defi project.
Please include change to the
defiProjectList.json
file in the PR.DON'T modify any other projet's contents.
Twitter Link:
https://twitter.com/defi_sunio
List of audit links if any:
https://sun.io/docs/slowmist_audit_report_cn_sun.pdf
Homepage:
http://sun.io/
Logo (High resolution, preferably in .svg and .png, for application on both white and black backgrounds. Will be shown with rounded borders):
https://coin.top/production/upload/logo/sun10.png
URL to get TVL:
https://apilist.tronscan.org/api/tvl
Current TVL:
$3298643126.37
CoinMarketCap ID (so your TVL can appear on Coinmarketcap or Coingecko: (https://coinmarketcap.com/currencies/#TOKEN or https://www.coingecko.com/en/coins/#TOKEN)
https://coinmarketcap.com/currencies/sun-token
Short Description:
SUN is first integrated platform for stablecoin swap, stake-mining and self-governance on TRON.
Token address and ticker if any:
TSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S
Pool addresses:
TKcEU8ekq2ZoFzLSGFYCUY6aocJBX9X31b, TAkrcKsS5FW9f3ZfzvWy6Zvsz9uEjUxPoV.
Category (Yield/DEX/Lending/Minting/Assets/Insurance/Options/Indexes/Staking) *Please choose only one:
DEX
Oracle used (WINkLink/Chainlink/Band/API3/TWAP or any other that you are using):
WINkLink
forkedFrom (Does your project originate from another project):
methodology (what is being counted as tvl, how is tvl being calculated):
All tokens staked in the pool MINUS borrowed assets are counted as TVL. Borrowed assets are not included in the TVL.
The text was updated successfully, but these errors were encountered: