E

evalanche

Avalanche-first agent wallet infrastructure with multi-EVM execution.

ERC-8004 x402 Headless wallets Holdings Polymarket Hyperliquid LI.Fi Multi-EVM
evalanche-v1.9.0.ts
const { agent } = await Evalanche.boot({ network: "avalanche" });

const holdings = await agent.holdings().scan({
  include: ["native", "tokens", "defi", "prediction", "perp"],
});

const withdrawal = await agent.mcp().call("pm_withdraw", {
  amountUSDC: "10",
  toChainId: "8453",
  toTokenAddress: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
  recipientAddr: agent.address,
});

What Evalanche is now

Wallet stack

Agent-native execution layer

Reusable wallet and execution surface across Avalanche and the broader EVM stack without browser popups or custodial dependencies.

Identity

ERC-8004 native

Identity resolution, service endpoints, and trust-oriented agent workflows are built in instead of bolted on later.

Markets

More than wallet plumbing

Holdings, DeFi, Polymarket, Hyperliquid, dYdX, CoinGecko, and cross-chain execution live behind the same agent-facing surface.

Infrastructure

Built broader than one app

Evalanche is open-source infrastructure that powers Eva Protocol and any other agent product that needs serious wallet and execution primitives.

Why v1.9.0 matters

01 Unified holdings surface
Scan native balances, tokens, DeFi positions, Polymarket positions, and perp venue positions through one normalized holdings API.
02 Real Polymarket settlement paths
Polymarket now supports both CTF redemption and wallet withdrawal via the official bridge flow, with explicit verification envelopes for agents.
03 Release-grade automation
Integrity gates, docs parity, tarball validation, audit regression checks, smoke validation, and machine-readable release artifacts now guard every tagged release.