ValueRouter
One-transaction cross-chain swaps via Circle CCTP and DEX aggregation
On-chain activity
ValueRouter
ValueRouter is a multi-chain token routing protocol for Web3. It allows users to route/bridge/swap any token on any chain to another token on any chain in one transaction.
ValueRouter
TLDR
ValueRouter solves a friction point that traditional bridges and standalone DEXs both fail to address cleanly: moving an arbitrary token from chain A to chain B while landing in a different arbitrary token — in one user action. It does this by stitching together Circle's Cross-Chain Transfer Protocol (CCTP) for the bridging leg and DEX aggregators on each end for the swap legs. USDC acts as the neutral pass-through asset, never requiring the user to hold or manually manage it. The result is a single transaction that covers source-chain swap, cross-chain transfer, and destination-chain swap as an atomic package from the user's perspective.
Core Mechanism
ValueRouter's architecture is built around two interacting primitives.
The first is Circle CCTP, a burn-and-mint protocol for native USDC. When a user initiates a transfer, the source-chain USDC is burned, Circle attesters verify the burn event, and an equivalent amount of native USDC is minted on the destination chain. This eliminates wrapped token risk entirely — the USDC that arrives on the target chain is native, not a bridge-IOU.
The second is DEX aggregation at both ends. On the source chain, ValueRouter routes the user's input token through the most efficient available swap path to USDC before the CCTP burn. On the destination chain, it routes the freshly minted USDC into the user's desired output token through the same aggregation logic. Users interact with one interface and sign one transaction; the protocol handles sequencing and relaying between steps.
ValueRouter also operates its own relayer layer, responsible for monitoring Circle attestations and submitting the mint transaction on the destination chain without requiring the user to return to complete the process.
Supported Networks
The protocol spans nine blockchain domains, identified by Circle's CCTP domain numbering:
- Domain 0: Ethereum
- Domain 1: Avalanche
- Domain 2: Optimism
- Domain 3: Arbitrum
- Domain 4: Noble (Cosmos-native USDC chain)
- Domain 5: Solana
- Domain 6: Base
- Domain 7: Polygon
- Domain 8: Sui
Solana's inclusion is significant: CCTP support on Solana has been live since 2024, and ValueRouter is among the earliest protocols to integrate it for end-to-end cross-chain swaps rather than simple USDC bridging.
Fees and Speed
Protocol fees are denominated in USDC equivalent and differentiated by destination chain:
- Ethereum: $10 per transaction (reflecting higher gas costs and slower finality)
- All other chains: $0.50 per transaction
Transaction completion times depend on source-chain finality requirements. Avalanche and Noble settle in approximately 20 seconds. Ethereum, Optimism, Arbitrum, and Base require up to 13 minutes due to their finality windows under CCTP V1 attestation requirements.
Developer Integration
ValueRouter exposes an API and SDK for third-party dApp developers who want to embed cross-chain swap functionality without building their own CCTP integration. The developer offering allows partners to configure the user experience within their own interfaces, positioning ValueRouter as a routing layer rather than just a consumer-facing product. This surfaces the protocol across aggregators and wallets beyond its own front end.
Security
ValueRouter's bridging security inherits directly from Circle CCTP. CCTP V1 was audited by Halborn before its mainnet launch in 2023. CCTP V2, launched in March 2025, went through independent audits by OtterSec, Halborn, and Zellic. As of mid-2026, no exploits against CCTP V1 or V2 contracts in production have been publicly disclosed.
ValueRouter's own smart contract layer has undergone a documented security review, separate from the underlying CCTP audits. The project is also an official member of Circle's USDC Grant Program, indicating Circle has assessed the integration and provided formal support.
Strategic Developments
In October 2025, ValueRouter announced a pivot toward serving AI agents via a Model Context Protocol (MCP) server. This positions the protocol's routing and bridging primitives as machine-callable tools — allowing AI agents to execute cross-chain value transfers programmatically without requiring a human user interface. This direction tracks a broader 2025-2026 trend of DeFi protocols exposing their logic through structured agent-accessible APIs, and suggests ValueRouter is repositioning as infrastructure for autonomous agent workflows rather than purely a retail-facing bridge aggregator.
No Native Token
ValueRouter has no native governance or utility token. Revenue flows through the fixed-fee structure charged per transaction. This design keeps the value capture model straightforward and avoids liquidity fragmentation.
Solana Ecosystem Fit
ValueRouter is deployed on Solana Mainnet under program address 1juq2mikvVRXvocBLFBbfi5354hydha1NXgjLa4QGNY, classified as a bridge product. For Solana users, it provides a path to move assets into or out of the ecosystem without using wrapped USDC or third-party bridge custodians. The CCTP-native model means Solana-side USDC received through ValueRouter is the same canonical USDC issued natively, not a synthetic representation. The protocol's benchmarks suggest users routing through ValueRouter to Solana can receive meaningfully better output than traditional bridge alternatives — up to 9.8% more SOL in published comparisons — due to the DEX aggregation layer finding more efficient swap paths on the destination side.
Contents
- TLDR
- Core Mechanism
- Supported Networks
- Fees and Speed
- Developer Integration
- Security
- Strategic Developments
- No Native Token
- Solana Ecosystem Fit
Solana Token Markets