Explore the Docs

CODE

Inspect public engineering context.

Review selected code examples, project references, documentation, and source links before starting a technical conversation.

See the engineering behind the interface.

Explore selected code samples from the Chrysalis V2 workspace. This preview offers a closer look at the structure behind a blockchain application; the public repository and documentation provide the implementation context.

RAUM-CHRYSALIS-V2 / CODE PREVIEW
README.md
01# 🌌 Chrysalis V20203Chrysalis V2 is a monorepo for a unified cross-chain settlement and protocol execution platform. It enables users and autonomous AI agents to seamlessly move stablecoins (USDC) between Arc Testnet and external chains (Ethereum Sepolia, Base Sepolia, Solana Devnet, and Stellar Testnet), and automatically execute protocol actions in a single atomic pipeline.0405The repository is built around five core product pillars, backed by a sophisticated multi-agent AI control plane and modular protocol adapters.0607---0809## 🚀 Key Product Pillars10111. **Arc as the Settlement Hub**: Leveraging Arc's native USDC gas model, EURC, Circle Gateway, CCTP V2, BridgeKit, Circle Paymaster, and EIP-3009/x402 nanopayment flows.122. **Pluggable Protocol Execution**: Every DeFi protocol is isolated behind an independent adapter contract or program. Adding a new protocol requires zero core router upgrades or state migrations.133. **Upgradeable Control Plane**: The main EVM router uses UUPS upgradeability (`ArcIntentRouterUpgradeable`) to register, pause, or replace protocol adapters.144. **AI Agent Automation**: Policy-aware agents automatically plan optimal routes, verify risk compliance, quote fees pre-flight, autonomously rebalance treasury assets, and generate human-readable audit narrations.155. **Quote-First Execution**: The system computes gas, bridge fees, protocol fees, slippage, and paymaster gas sponsorships, displaying alternatives and rejection reasons before a user commits signatures.
TERMINAL

~/raum-chrysalis-v2 > selected code samples

~/raum-chrysalis-v2 > preview only; no commands are executed here

~/raum-chrysalis-v2 > open GitHub for source and deployment details

STATIC PREVIEWNON-PRODUCTIONSOURCE ON GITHUB