Overview
Talk to the Camino Treasury contracts directly on-chain. This is the path for:- On-chain agents and dApps that need to mint, redeem, or swap C0 without a server in the middle.
- Wallets and integrations that want to read C0 balances and yield directly from the chain.
- Any application where holding the user’s keys and signing transactions client-side is a hard requirement.
@camino-treasury/sdk — a TypeScript package that wraps the contracts with @wagmi/core + viem-compatible read, write, simulate, and watch actions, plus per-chain contract addresses.
Install the SDK
Get
@camino-treasury/sdk set up with viem and @wagmi/core in under a minute.Browse contract addresses
Mainnet and Sepolia deployment addresses.
Contracts
C0 Token
The yield-bearing stablecoin (ERC-20).
Swap Facility
Mint/redeem C0 against the underlying M token.
Swap Adapter
Swap USDC/USDT ↔ C0 via Uniswap V3.