Arcana
Arcana is a general-purpose sidecar architecture for applications that require fast, deterministic state execution alongside on-chain security guarantees. It operates next to a main chain, currently EVM, and divides system responsibilities along clean architectural lines. The on-chain layer handles custody, deposits, withdrawals, and optional state checkpoints, all enforced through Solidity contracts including UserVault and BackupRegistry. The off-chain layer runs application logic as WASM state machines, typically authored in AssemblyScript with optional Zig support, executing inside the Arcana node as deterministic pure functions with structured input and structured output. The bridge between these layers is the Arcana node itself, written in Rust, which orchestrates execution, persists state through AEDB, watches on-chain events, and applies capability effects such as bank transfers and billing charges atomically with each state transition.
项目概览
Arcana is a general-purpose sidecar architecture for applications that require fast, deterministic state execution alongside on-chain security guarantees. It operates next to a main chain, currently EVM, and divides system responsibilities along clean architectural lines. The on-chain layer handles custody, deposits, withdrawals, and optional state checkpoints, all enforced through Solidity contracts including UserVault and BackupRegistry. The off-chain layer runs application logic as WASM state machines, typically authored in AssemblyScript with optional Zig support, executing inside the Arcana node as deterministic pure functions with structured input and structured output. The bridge between these layers is the Arcana node itself, written in Rust, which orchestrates execution, persists state through AEDB, watches on-chain events, and applies capability effects such as bank transfers and billing charges atomically with each state transition.
- 所属生态
- —
团队信息
团队信息暂未披露。
融资记录
已披露 0 笔暂无已披露融资记录。
相关动态
暂无已关联的项目动态。