Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Etherlink blockchain interaction - EVM-compatible L2 on Tezos. Supports mainnet and shadownet testnet via MCP server. Use for balance checks, transactions, smart contracts, and token operations on Etherlink.
Etherlink blockchain interaction - EVM-compatible L2 on Tezos. Supports mainnet and shadownet testnet via MCP server. Use for balance checks, transactions, smart contracts, and token operations on Etherlink.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Interact with Etherlink, an EVM-compatible L2 built on Tezos.
Add to your Claude/MCP config: { "mcpServers": { "etherlink": { "command": "bun", "args": ["run", "/path/to/etherlink-mcp-server/src/index.ts"], "env": { "EVM_PRIVATE_KEY": "your-private-key-here" } } } }
Use network name or chain ID: Mainnet: etherlink or 42793 Testnet: etherlink-shadownet or 127823
NetworkChain IDRPCExplorerEtherlink Mainnet42793https://node.mainnet.etherlink.comhttps://explorer.etherlink.comEtherlink Shadownet127823https://node.shadownet.etherlink.comhttps://shadownet.explorer.etherlink.com Native Currency: XTZ (18 decimals)
Get balance for 0x... on etherlink
Send 0.1 XTZ to 0x... on etherlink
Call balanceOf on contract 0x... for address 0x... on etherlink
Get latest block on etherlink
Native Currency: XTZ (Tez), not ETH No EIP-1559: Fee market not yet implemented - use legacy gas pricing Block Hashes: Computed differently (can't verify from header alone) Rate Limits: Public RPC limited to 1000 req/min
โ eth_blockNumber, eth_chainId, eth_getBalance โ eth_call, eth_estimateGas, eth_gasPrice โ eth_sendRawTransaction, eth_getLogs โ debug_traceTransaction โ eth_subscribe (experimental only) โ Filter endpoints (eth_newFilter, etc.)
Etherlink bridges to Tezos L1 for deposits/withdrawals. Bridge operations require Tezos tooling. See Etherlink Docs for details.
Get testnet XTZ: https://shadownet.faucet.etherlink.com
"Unsupported network": Use correct network name (etherlink, etherlink-shadownet) or chain ID. Rate limited: Public RPC has 1000 req/min limit. For production, run your own node. Transaction failing: No EIP-1559 - don't set maxFeePerGas/maxPriorityFeePerGas.
Etherlink Docs Block Explorer Shadownet Explorer Faucet
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.