Skip to main content
Status: Live — sw4p is operational. Current production flows use Circle CCTP V2.

sw4p

sw4p is the settlement engine of RNDRNTWRK. It turns fragmented cross-chain value movement into a single settlement layer for routing, gas abstraction, and execution. Instead of exposing bridges directly, sw4p resolves the route, coordinates settlement, and tracks the transaction through completion. sw4p matters because value gets trapped behind fragmented rails, different fee models, and chain-specific logic. That makes cross-chain settlement operationally heavy, expensive to integrate, and hard to standardize across products. sw4p gives the network a single settlement primitive so cross-chain movement becomes operational rather than exceptional.

Key Facts

CategoryCross-chain settlement engine
Current production railCircle CCTP V2 for native USDC corridors
Pilot chainsBase, Arbitrum, Polygon, Avalanche, Solana
Routing architectureCCTP V2, Hyperlane, Wormhole NTT, Allbridge
Gas abstractionKora on Solana; ERC-4337 and EIP-7702 on EVM
Settlement model11-state lifecycle with retries, recovery, and completion tracking
Interfaces@sw4p/sdk, @sw4p/widget, storefronts, bots, agent API
CustodyNon-custodial
Fee modelTransparent 50 bps pricing with path-specific minimums

How It Works

sw4p starts from the outcome, not the bridge choice.
  1. A client expresses the settlement intent
  2. sw4p resolves the best available route for the token and corridor
  3. The engine provisions gas where needed and coordinates execution
  4. Settlement is tracked through a persistent 11-state lifecycle until completion
  5. Recovery logic handles retries, stalled transfers, and partial failures
For native USDC corridors, the current production flow is: Burn → Attest → Mint No wrapped tokens. No liquidity pool dependency. No manual bridge selection for the end user. The USDC on the destination chain is native Circle USDC.

Routing and Settlement

sw4p is not a wrapper around a single bridge. It is a routing and settlement layer designed to choose the right rail for the job.
  • Circle CCTP V2 for native USDC corridors (current production rail)
  • Allbridge for supported USDT and Tron corridors
  • Hyperlane for expanded message and route support (expansion path)
  • Wormhole NTT for native token transfer patterns (expansion path)
The engine is also designed around ERC-7683-compatible intents, making competitive solver-based execution a first-class expansion path.

Supported Chains

ChainCCTP DomainNotes
Solana5Current production
Base6Current production
Arbitrum3Current production
Polygon7Current production
AvalancheVia Allbridge
TronVia Allbridge
Ethereum0In broader repo surface, not initial launch scope
OptimismVia Hyperlane / Allbridge

Advanced Capabilities

Beyond basic cross-chain transfers, sw4p includes:
  • DCA (dollar-cost averaging) — schedule recurring buys with Jupiter execution on Solana
  • Limit orders — price-triggered fills monitored by a background worker
  • Agent API — batch settlement, cross-chain portfolio aggregation, rebalance planning and execution
  • Solver auction framework — ERC-7683-compatible intent system with competitive filler execution
  • Universal storefront — multi-tenant storefront with per-project config and custom subdomains
  • Fiat on-ramp — Transak integration with webhook settlement
  • Referral system — referral codes with automatic fee splitting
  • Telegram and Discord bots — conversational bridge interface

Current Status

Live now

  • Circle CCTP V2 bridging across pilot chains and Solana
  • Jupiter integration for Solana SPL output
  • Kora gas abstraction on Solana
  • Stateful 11-state transaction watcher with recovery
  • Allbridge corridor support for Tron
  • DCA and limit order workers
  • SDK, widget, storefront, and bot interfaces
  • Monitoring with Prometheus, Grafana, and OpenTelemetry

Framework-complete

  • Intent API with house filler
  • ERC-7683 type compliance
  • Solver auction framework
  • Multi-hop route planner
  • Agent API for batch settlement and rebalance

In development

  • External solver network
  • Hyperlane Warp Routes
  • Wormhole NTT transfers
  • EVM V3 contracts

Security

sw4p is hardened as a settlement system. The stack includes rate limiting, authentication, circuit breakers, fee audit logs, configurable security policies per route, and observability across the full settlement lifecycle. The Kora gasless subsystem alone includes 1,743+ tests with adversarial coverage. The full monorepo has been assessed using Trail of Bits Code Maturity methodology across 9 categories. See the Architecture Audit for the full security assessment.
Supported production asset: USDC via CCTP V2. The $555 token is a Solana SPL token and is not bridged by sw4p. Any USDC-to-555 conversion is explicit product policy, not an implied default.

Integration Inside RNDRNTWRK

Within RNDRNTWRK, sw4p serves as the settlement backend for cross-chain routing and value movement.
  • AGG uses sw4p for cross-chain payment routing
  • Hyperlink resolves cross-chain payment links through sw4p
  • Broader asset and route support follows the sw4p routing roadmap

Interfaces

SDK

TypeScript: @sw4p/sdk 15+ methods covering transfer, estimate, status, Solana two-step flow, pairs, and limits.

Widget

React / iframe: @sw4p/widget Drop-in embeddable component for cross-chain transfers.

Bots

Telegram and Discord conversational interfaces for bridge operations.

Storefronts

Multi-tenant storefront surfaces with per-project config, custom subdomains, and token picker.

Architecture

  Clients (Frontend / SDK / Bots / Agents)
          |
  +-------+--------+
  |   Axum Router   |  rate-limit, CORS, JWT / API-key auth
  +-------+--------+
          |
  +--+----+----+-----+-----+------+
  Relay  Withdraw  DCA  Limit  Intent  Agent API
          |
  +-------+---------+
  |  Route Selector  |  CCTP | Hyperlane | Wormhole | Allbridge
  +-------+---------+
          |
  +-------+-------+
  |  Gas Abstract  |  Kora (SOL) | ERC-4337 | EIP-7702
  +-------+-------+
          |
  EVM RPC / Solana RPC / Jupiter / Pyth

Full Documentation

For complete API reference, integration guides, and SDK documentation, see the sw4p Documentation Site.

Go Deeper

AGG

See how AGG routes payments through sw4p.

Hyperlink

See how payment links resolve cross-chain.

Fee Distribution

See how settled value routes through the protocol cascade.

For Developers

See all developer entry points across the network.