ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

bifrost-slpx-info

Query Bifrost SLPx liquid staking protocol data on Ethereum, Base, Optimism, and Arbitrum. Get vETH/ETH exchange rates, APY, TVL, user balances, redemption queue status, and protocol stats via on-chain ERC-4626 vault calls and Bifrost REST API. Use when users ask about Bifrost staking rates, vETH prices, DeFi yield, or vToken holdings.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ark930/bifrost-slpx-info
Or

Bifrost SLPx Info

Query Bifrost vETH liquid staking data via on-chain calls to the VETH ERC-4626 vault contract.

Contract & Network

vETH is deployed on Ethereum and three L2 networks. The same contract address is used across all chains.

ChainChainIdVETH ContractWETH (underlying)Default RPCFallback RPC
Ethereum10xc3997ff81f2831929499c4eE4Ee4e0F08F42D4D80xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2https://ethereum.publicnode.comhttps://1rpc.io/eth
Base84530xc3997ff81f2831929499c4eE4Ee4e0F08F42D4D80x4200000000000000000000000000000000000006https://base.publicnode.comhttps://1rpc.io/base
Optimism100xc3997ff81f2831929499c4eE4Ee4e0F08F42D4D80x4200000000000000000000000000000000000006https://optimism.publicnode.comhttps://1rpc.io/op
Arbitrum421610xc3997ff81f2831929499c4eE4Ee4e0F08F42D4D80x82aF49447D8a07e3bd95BD0d56f35241523fBab1https://arbitrum-one.publicnode.comhttps://1rpc.io/arb

Configuration (Environment Variables)

On first run, ask the user whether they want to configure custom settings. If not, use the defaults above.

VariableDescriptionDefault
BIFROST_CHAINTarget chain name (ethereum, base, optimism, arbitrum)ethereum
BIFROST_RPC_URLCustom RPC endpointPer-chain default from table above
BIFROST_VETH_ADDRESSVETH contract address (override)0xc3997ff81f2831929499c4eE4Ee4e0F08F42D4D8

Bifrost Backend API

Protocol-level statistics available via the Bifrost REST API (no RPC needed):

GET https://api.bifrost.app/api/site

Returns JSON with vETH object containing:

FieldDescription
apyTotal APY (Base + Farming), e.g. "8.24"
apyBaseBase staking APY from Ethereum validators, e.g. "3.12"
apyRewardAdditional Bifrost farming reward APY, e.g. "5.12"
tvlTotal value locked in USD
tvmTotal vETH minted (in ETH)
totalIssuanceTotal vETH supply (on Bifrost chain)
holdersNumber of vETH holders across all chains

Use this API when users ask about APY, yield, TVL, or holder count.

Quick Reference

VETH is an ERC-4626 vault inheriting from VToken → VTokenBase → ERC4626Upgradeable. All standard ERC-4626 view functions are available. Exchange rates are Oracle-backed.

Token Info

Metadata

Author@ark930
Stars4473
Views0
Updated2026-05-01
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-ark930-bifrost-slpx-info": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.