Agent skill
using-ethena-vault-adapter
How to use the Ethena sUSDe vault adapter for spot APY, cooldown/position reads, and USDe→sUSDe stake/unstake flows (Ethereum mainnet vault).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/using-ethena-vault-adapter
Metadata
Additional technical details for this skill
- tags
- wayfinder, ethena, usde, susde, erc-4626, vault, staking, apy, cooldown
SKILL.md
When to use
Use this skill when you are:
- Fetching Ethena sUSDe spot APY (derived from the vault’s vesting model)
- Reading a user’s USDe/sUSDe balances and cooldown state (mainnet + OFT balances on other EVM chains)
- Writing scripts to stake USDe (deposit) or withdraw via the two-step cooldown + unstake flow
How to use
- rules/high-value-reads.md - APY, cooldown, and user state
- rules/execution-opportunities.md - Deposit + request-withdraw + claim-withdraw flows
- rules/gotchas.md - Mainnet-only vault, two-step withdrawals, and return formats
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?