ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

stakingverse-ethereum

Stake ETH on StakeWise (Ethereum liquid staking). Use when the user wants to stake ETH, unstake ETH, or check staked positions on StakeWise V3 vaults. Supports state updates via keeper and harvest proofs from subgraph.

Why use this skill?

Learn how to use the StakeWise Ethereum staking skill to automate ETH staking, manage osETH, check rewards, and handle keeper state updates with OpenClaw agents.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/luksoagent/stakingverse-ethereum
Or

What This Skill Does

The stakingverse-ethereum skill provides a comprehensive toolkit for interacting with StakeWise V3 on the Ethereum mainnet. This agent-ready skill enables seamless liquid staking by allowing users to stake ETH, receive osETH, unstake assets, and monitor complex vault positions. Unlike simple staking protocols, this skill integrates a sophisticated keeper-oracle pattern, meaning it automatically handles the necessary state updates and harvest proofs required to keep your position in sync with actual validator rewards.

Installation

To integrate this skill into your environment, use the OpenClaw package manager. Ensure your environment variables are configured correctly for the network access, particularly the private key and the RPC_URL, before initializing the scripts.

Command: clawhub install openclaw/skills/skills/luksoagent/stakingverse-ethereum

Use Cases

  • Automated Liquid Staking: Effortlessly convert ETH to osETH while keeping the agent updated on the latest harvest proofs from the StakeWise subgraph.
  • Validator Reward Management: Periodically query the vault status to check if a keeper state update is required, ensuring you are always earning the maximum possible yield.
  • Position Monitoring: Automatically track your total staked balance and accrued rewards across different StakeWise V3 vaults without manual UI interaction.
  • Exit Liquidity: Convert staked positions back into native ETH when liquidity or exit strategies are needed.

Example Prompts

  1. "How much osETH will I get if I stake 2.5 ETH in the primary StakeWise vault?"
  2. "Check if my StakeWise position requires a state update and perform it if necessary."
  3. "Unstake 1.0 osETH and tell me when the transaction is confirmed on the Ethereum network."

Tips & Limitations

  • Keeper-Oracle Awareness: Always verify isStateUpdateRequired before attempting a deposit; failing to update the state when the protocol requires it will lead to transaction reverts.
  • Gas Sensitivity: Because this skill interacts with multiple contracts (vaults and oracles), ensure your wallet has sufficient ETH for gas fees, especially when the contract state is stale and requires an update.
  • Security: Ensure that your PRIVATE_KEY is kept in a secure, non-version-controlled environment variable, as this skill performs on-chain transactions requiring signing authority.

Metadata

Stars1601
Views0
Updated2026-02-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-luksoagent-stakingverse-ethereum": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#ethereum#defi#staking#stakewise#blockchain
Safety Score: 3/5

Flags: network-access, file-read, code-execution, external-api

Related Skills

lukso-expert

Comprehensive LUKSO blockchain knowledge base for AI agents. Makes any agent a LUKSO expert — covering all LSP standards (LSP0-LSP28), Universal Profiles, smart contract development, ecosystem projects, and developer tooling. USE WHEN: - Building on LUKSO (smart contracts, dApps, integrations) - Working with Universal Profiles (creation, permissions, metadata) - Deploying or interacting with LSP7/LSP8 tokens - Setting up gasless relay transactions (LSP25) - Managing KeyManager permissions (LSP6) - Working with The Grid (LSP28), Followers (LSP26), or any LSP standard - Answering questions about LUKSO ecosystem, projects, or architecture - Looking up contract addresses, ABIs, or API endpoints - Debugging LUKSO-specific issues (permissions, encoding, gas) DON'T USE WHEN: - Working with non-LUKSO EVM chains (use standard Ethereum patterns) - General Solidity questions unrelated to LSP standards

luksoagent 1601

lsp28-grid

Manage LSP28 The Grid on LUKSO Universal Profiles. Create, update, and manage grid layouts with mini-apps, iframes, and external links. Use when working with Universal Profile grids, LSP28 data encoding, VerifiableURI format, or The Grid feature on LUKSO.

luksoagent 1601

forever-moments

Forever Moments social platform on LUKSO - post moments (LSP8 NFTs), mint LIKES tokens, create/join collections, and interact with decentralized social features. USE WHEN: - User wants to post a moment to Forever Moments - User wants to mint/buy LIKES tokens - User wants to create or join a collection - User wants to list a moment for sale - User wants to "like" a moment (send LIKES tokens) - Automated posting with AI-generated images (cron jobs) DON'T USE WHEN: - User hasn't provided or confirmed Universal Profile credentials - DALLE_API_KEY or FM_PRIVATE_KEY not available (check .credentials first) - The operation requires manual user approval for spending LYX - Alternative social platforms are more appropriate SUCCESS CRITERIA: - Moment posted with transaction hash and IPFS CID returned - LIKES minted with confirmation of LYX spent - Collection joined/created with membership confirmed - Image successfully pinned to IPFS before moment creation

luksoagent 1601

stakingverse-lukso

Stake LYX tokens on Stakingverse (LUKSO liquid staking). Use when the user wants to stake LYX, unstake LYX, claim rewards, or check sLYX balance on Stakingverse. Supports deposit, withdrawal requests, and oracle-claim pattern.

luksoagent 1601