Add Apyee TVL adapter#20028
Closed
kimandy7778 wants to merge 1 commit into
Closed
Conversation
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdds a new Apyee adapter that computes multi-chain USDC TVL from allowlisted ERC-4626 vaults and exports methodology, double-counting, and start-date metadata. ChangesApyee yield aggregation
Estimated code review effort: 1 (Trivial) | ~5 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The adapter at projects/apyee exports TVL: |
Closed
Merged
Contributor
|
Thank you for the PR, I've added apyee in #20115 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Name (to be shown on DefiLlama):
Apyee
Twitter Link:
https://x.com/apyee_com
List of audit links if any:
https://apyee.com/security (Soken, 4 reports, final PASS 91/100) — also published by the auditor: https://github.com/sokenteam/Soken.io-smart_contract_audits/blob/main/Apyee_Security_Audit_v2.1.3.pdf
Website Link:
https://apyee.com
Logo (High resolution, will be shown with rounded borders):
https://apyee.com/icon-512.png
Current TVL:
~$17.19K (on-chain measurement at submission; Soft Launch, per-chain $500K deposit cap)
Treasury Addresses:
0xEC4d3B6a39D61B85dF61cCb35CE693517992A98e (Gnosis Safe multi-sig 2/3, identical across all 4 chains)
Chain:
Ethereum, Base, Arbitrum, BNB Chain
Coingecko ID:
N/A (no protocol token)
Coinmarketcap ID:
N/A (no protocol token)
Short Description:
Non-custodial multi-chain USDC yield aggregator. Immutable ERC-4626 Vaults route deposits into whitelisted DeFi lending strategies (Aave V3, Compound V3, Morpho MetaMorpho, Fluid, Venus, Spark). Operator cannot withdraw user funds — enforced at bytecode level.
Token address and ticker if any:
N/A (no token)
Category:
Yield Aggregator
Oracle Provider(s):
Chainlink (COMP/USD feed on Ethereum), plus internal fallback price + slippage floor
Implementation Details:
Reward token min-out floor computed from Chainlink price with fallback to Owner-set static price; hard 10% slippage cap enforced at contract level.
Documentation/Proof:
https://apyee.com/security — audit reports (Soken PASS 91/100) + trust model + verified source links
forkedFrom:
N/A
methodology:
Sum of
totalAssets()reported by each Apyee VaultV2 across supported chains. Includes idle USDC plus assets currently deployed into whitelisted DeFi lending strategies (Aave V3, Compound V3, Morpho MetaMorpho, Fluid, Venus, Spark). USDC decimals differ per chain (6 on Ethereum/Base/Arbitrum, 18 on BNB Chain); the helper resolves this viaasset().decimals(). Markeddoublecounted: truebecause vault assets are deployed into protocols already listed on DefiLlama.Github org/user:
coinlive-apyee (https://github.com/coinlive-apyee/apyee-protocol, tag v2.1.3, commit e737779, source-verified on all 4 chain explorers)
Does this project have a referral program?
No
Summary by CodeRabbit