Secure ARC-based payments with Escrow, Universal Cross-Chain Transfers, and Max Yield Optimization.
watch Detailod demo E
SafeWallet Pay redefines the payment standard on ARC Testnet by combining institutional-grade safety with consumer-grade usability. We address the three biggest barriers to crypto adoption: transaction anxiety, chain fragmentation, and capital inefficiency.
1. Fearless P2P Payments with Reversible Escrow The "fat-finger" error is the nightmare of every crypto user. SafeWallet Pay replaces the traditional "fire-and-forget" model with a SafePay Escrow protocol. Funds are never sent directly to a wallet address; instead, they are locked in a smart contract. The recipient must explicitly "claim" the funds using a unique transaction ID. Crucially, this introduces a native "Undo" button: if the sender types the wrong address, or if the recipient loses access to their wallet, the sender can unilaterally refund the unclaimed assets. This simple mechanism provides total peace of mind for both personal transfers and business settlements.
2. The Universal Payment Layer (Powered by Yellow & LiFi) In a multi-chain world, paying someone shouldn't require a dozen preparatory steps. Our Universal Payment System makes chain boundaries invisible:
3. Automated Wealth Generation with Max Yield Money at rest should be money at work. Our Max Yield engine transforms SafeWallet Pay from a simple wallet into a productivity tool. Using the LiFi SDK, we constantly scan cross-chain yield opportunities (e.g., Aave, Morpho). Users can instantly bridge and deposit their idle stablecoins into the highest-yielding verified vaults across the EVM ecosystem with a single click. This democratizes sophisticated DeFi strategies that were previously accessible only to power users.
4. Business-Ready Infrastructure We streamline operations for DAOs and SMEs with our Bulk Transaction Manager, allowing thousands of payouts in a single transaction. Coupled with Web3Auth social logins (Google/Twitter), we ensure that onboarding employees or vendors is as easy as sending an email—no seed phrases required.
SafeWallet Pay isn't just a wallet; it's a complete financial operating system for the ARC ecosystem.
The core of SafeWallet Pay is built on ARC Testnet using Solidity smart contracts (SafePay.sol for escrow/refund logic and BulkTransactionManager.sol for batch payouts), deployed via Hardhat.
The frontend is a modern React 18 application built with Vite and styled with Tailwind CSS. We utilized Wagmi and Viem for robust blockchain interactions.
Key Integrations:
Notable Implementation: One distinctive piece of engineering was the "Universal Claim" flow. We had to orchestrate a hand-off between the internal state-channel balance (Yellow) and an on-chain execution (LiFi). When a user claims their balance, the app constructs a transaction that settles the state channel and immediately feeds that output into a LiFi route, effectively abstracting the complexity of "bridging" from the end user.

