بنقرة واحدة
staking
Liquid staking operations on Ethereum including staking ETH, checking APYs, and managing LSTs
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Liquid staking operations on Ethereum including staking ETH, checking APYs, and managing LSTs
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Check eligibility for and claim token airdrops
Scan, audit, and revoke ERC-20 token approvals to manage wallet spending permissions
Set up automated server-side trading strategies (limit buys/sells) that execute on Base via Bankr
Deploy tokens on Base (Uniswap V4) or Solana (Raydium) via Bankr gas-sponsored launch API
Open leveraged long/short positions via Avantis on Base with up to 10x leverage
Access Polymarket prediction markets to search, place bets, view positions, and redeem winnings
| name | staking |
| description | Liquid staking operations on Ethereum including staking ETH, checking APYs, and managing LSTs |
Use the defi_stake tool for liquid staking operations on Ethereum mainnet.
| Protocol | Stake | Unstake | Tokens |
|---|---|---|---|
| Lido | Yes (ETH -> stETH) | Via swap | stETH, wstETH |
| Rocket Pool | Yes (ETH -> rETH) | Yes (rETH -> ETH) | rETH |
| Coinbase | Via swap | Via swap | cbETH |
Liquid Staking Token (LST): A token representing staked ETH. Earns staking rewards while remaining tradeable and usable in DeFi.
wstETH vs stETH: wstETH is the "wrapped" version of stETH. It's value-accruing (1 wstETH > 1 stETH over time) rather than rebasing. Preferred for DeFi (Aave collateral, L2 bridges).
Exchange Rates: LSTs are not 1:1 with ETH. rETH and wstETH appreciate over time as staking rewards accrue.
defi_stake action=stake protocol=lido amount=1.0
Receives stETH. Then optionally wrap:
defi_stake action=wrap amount=1.0
defi_stake action=stake protocol=rocket_pool amount=1.0
defi_stake action=positions
defi_stake action=positions chain=base
defi_stake action=unstake protocol=rocket_pool amount=1.0
For Lido/cbETH, use defi_swap to swap LST back to ETH (instant, market rate).
APYs are fetched from DeFiLlama and cached for 10 minutes. Typical ranges:
positions shows balances on Ethereum and Base (bridged LSTs)defi_swap instead