Arcsetu

Arcsetu programmable usdc settlement engine & cross-chain payment bridge on arc network.

arcsetu is a native web3 payment bridge designed for sub-second settlement, deterministic execution, and seamless asset routing across the arc ecosystem.


production & deployment status


system architecture

+——————————————————————-+ | USER INTERFACE LAYER | | Next.js Dashboard | Tailwind CSS | i18n Engine | | Hosted on Vercel Edge Network | +——————————————————————-+ | v +——————————————————————-+ | WEB3 ABSTRACTION LAYER | | Wagmi Hooks | Viem Engine | RainbowKit Connector | | HTML5 POS Scanner & Invoice Generator | +——————————————————————-+ | v +——————————————————————-+ | SMART CONTRACT LOGIC LAYER | | Arc Native Settlement Engine | Arc UP Handle Resolver Registry | | Programmable Fee Splitter | Treasury Yield Vault | +——————————————————————-+ | v +——————————————————————-+ | ON-CHAIN STATE LAYER | | Arc Testnet Consensus | Circle CCTP Routing Bridge | | Sub-Second Finality | ArcScan Verification | +——————————————————————-+


core modules

1. arc multi-chain identity

2. asset routing & settlement engine

3. programmable fee engine

4. merchant pos & yield vault


tech stack


getting started locally

```bash

clone repository

git clone https://github.com/oamohm/Arcsetu.git

navigate to directory

cd Arcsetu

install dependencies

npm install

run development server

npm run dev

open http://localhost:3000 to view the app locally.