원클릭으로
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