On-chain payment requests with a cleaner, simpler flow.
FinArc is a lightweight request layer built on Arc Testnet. It helps users create structured payment requests, share them instantly, and settle directly from wallets without adding unnecessary complexity.
Wallet-first
Direct settlement
Structured requests
Introduction
Overview
FinArc is designed to make payment intent clearer. Instead of handling payment coordination through messages, screenshots, or disconnected wallet transfers, FinArc introduces a simple request object that can be created, shared, and settled on-chain.
The product is intentionally minimal. The goal is not to add layers between users and payments, but to create a cleaner flow around them. Wallet connection, request creation, and settlement all stay straightforward.
Flow
How it works
1. Connect wallet
2. Create request
3. Share request
4. Settle on-chain
Core object
Requests
Each request is intended to be simple, structured, and readable.
Amount
Recipient
Reference
Status
This approach gives both sides a cleaner transaction context and reduces ambiguity compared with ad hoc transfers.
Payments
Settlement
FinArc does not hold funds, pool balances, or act as an intermediary. Settlement happens directly from the payer’s wallet to the intended recipient through the connected network.
This keeps the product model simple and improves transparency. Users retain control of transaction approval at the wallet level, and payment confirmation can be traced on-chain.
System design
Architecture
FinArc is intentionally lightweight. The stack is selected to keep the product fast to iterate on while remaining credible as an on-chain application.
Frontend
Wallet layer
Chain
Data layer
User
Wallet-connected session
Next.js App
UI, pages, request flow
Wagmi
Wallet connection state
Arc Testnet
Settlement network
Principles
Why FinArc
Cleaner intent
Less friction
Transparent state
Composable foundation
Questions
FAQ
Do I need a wallet to use FinArc?
Is FinArc live on mainnet?
Does FinArc hold user funds?
What happens if a transaction fails?
Next step
Start creating and testing request flows.
FinArc is designed to stay simple at the surface while giving you a strong base for more advanced payment workflows.
