Skip to content
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

Open
Morton22 opened this issue Oct 12, 2024 · 5 comments
Open

🦆🦆🦆🦆 #120

Morton22 opened this issue Oct 12, 2024 · 5 comments

Comments

@Morton22
Copy link

Morton22 commented Oct 12, 2024

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.

@Morton22 Morton22 reopened this Oct 12, 2024
@Morton22
Copy link
Author

@Morton22
Copy link
Author

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Morton

@Romel2457
Copy link

@hossen71
Copy link

good

@hossen71
Copy link

UQA5NWl5eH6KvxwnMBCj7vDbb-Xebok-pWGfFuHhq1zMxmv5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants