-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add cap fees adapter #4024
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
base: master
Are you sure you want to change the base?
Add cap fees adapter #4024
Conversation
The cap-money adapter exports:
|
hello @prevostc thanks for the PR, can you verify these numbers? I see they are all zero? |
Hi @noateden thanks for reviewing, I did update the adapter to use events instead and I do have some data but it's not showing in the outpout. Probably because either < $1 or coingecko for cUSD is not live yet?
|
The cap-money adapter exports:
|
The cap-money adapter exports:
|
hello @prevostc, we can not add price for cUSD for now. We will merge once cUSD is listed in coingecko. I can not find any DEX pools too. |
The cap-money adapter exports:
|
The cap adapter exports:
|
@noateden cUSD just got listed \o/ price to usd is still missing though Also updated the directory to match https://defillama.com/protocol/cap |
The cap adapter exports:
|
@noateden cUSD has a price on coingecko, not sure why this is returning zero though |
hello @prevostc, there is too low liquidity for cUSD for us to pricing it. We need at least $50k |
thx for the notice @noateden, we deployed about $50k now https://www.curve.finance/dex/ethereum/pools/factory-stable-ng-548/deposit |
@prevostc I saw the pool has only 1 liquidity provider, and no swap at all. It isn't to add price for it. |
@noateden technically that pool is an alternative way of exchanging cUSD to usd. The primary way is to call mint or burn on the cUSD contract itself. cUSD total value is always worth what the total underlying asset are worth. That pegs cUSD to use under normal operations and this is why you see no activity on the pool. cUSD still has a price though because of that mechanism |
No description provided.