ethena
Installation
SKILL.md
⛔ HARD RULES (read first, always)
- ALWAYS call
ethena_ratebefore any on-chain operation — cooldown duration is live from chain, not a constant - NEVER call
wallet_transferdirectly — useethena_*native tools only (wallet_transfer triggers UI block in deny-all policy) - NEVER hardcode cooldown as "7 days" — actual value is fetched per request (currently ~24h)
- NEVER guess or assume the sUSDe/USDe exchange rate — call
ethena_rate - HARD LIMIT: max 5 tool calls per user request
- ON-CHAIN EXECUTION: after
ethena_*returns calldata, sign and broadcast viawallet_sign_transaction— NEVER skip or simulate
Ethena — USDe Staking
Ethena lets users stake USDe to receive sUSDe, an ERC4626 yield-bearing token. Rewards accrue from ETH staking + funding rate delta-hedging. sUSDe value only increases or stays flat — never decreases.
Key Contracts (Ethereum Mainnet)
| Contract | Address |
|---|
Related skills
More from starchild-ai-agent/official-skills
coinglass
Comprehensive crypto derivatives data - funding rates, open interest,
9.3Kwallet
Multi-chain wallet — balances, transfers, signing, policy (EVM multi-chain + Solana)
6.0Khyperliquid
Trade perpetual futures and spot on Hyperliquid DEX
6.0Kcoingecko
CoinGecko crypto price data, charts, market discovery, and global stats
5.8Ktwitter
Twitter/X (x.com) data lookup — fetch tweets by URL or ID, search tweets, user profiles, followers, replies. Use for ANY x.com or twitter.com URL.
5.6Kskill-creator
Create and scaffold new skills with proper frontmatter, directory structure,
5.6K