FinovatePay is a hybrid payment rail for small/medium businesses and marketplaces.
It enables instant stablecoin payments, automated escrow, and tokenized invoice financing — all while ensuring KYC/AML compliance.
⚡ Off-chain UX for speed and cost
🔐 On-chain settlement and dispute resolution for security and auditability
| 🧩 Layer | ⚙️ Technology |
|---|---|
| 🖥️ Frontend | React, Tailwind CSS |
| 🔙 Backend | Node.js, Express.js |
| 📜 Smart Contracts | Solidity (Hardhat on Polygon) |
- 🧾 Invoice Creation with digital signatures (off-chain + on-chain hash)
- 💸 Instant Payments using stablecoins into smart contract escrow
- 🔓 Escrow Release upon mutual confirmation or expiry
- ⚖️ Dispute Resolution via arbitrator/multisig with audit logs
- 🛡️ KYC/AML Compliance via wallet address mapping
- 💰 (v2) Invoice Financing using ERC-1155 fractional tokens

Our project is designed to evolve with Polygon's "Launch to Fundraising" theme.
Phase 1: Launch (Current Implementation) We have built a robust B2B trade finance platform on Polygon PoS. It solves critical cash flow problems for merchants using RWA-backed invoice financing and secure escrow payments, demonstrating immediate product-market fit.
Phase 2: Scale (Our Vision) To achieve mass adoption, FinovatePay will evolve into a dedicated L2 for global trade, built using the Polygon CDK.
- Dedicated Chain: As a CDK chain, we can handle millions of invoices, offer gasless transactions for merchants, and build custom compliance modules directly into the chain logic.
- AggLayer Integration: Our CDK chain will connect to the AggLayer, making our platform's assets (like tokenized invoices) composable across the entire Polygon ecosystem.
- Deep Liquidity with Katana: We will connect our chain to Katana via the WaltBridge. This allows sellers on our platform to instantly finance their fractionalized RWA invoices by tapping into Katana's deep, productive liquidity pools. This solves the #1 problem for B2B merchants: access to capital.
🔐 EscrowContract: Holds payments, handles release and disputes🚨 ComplianceManager: Maps KYC status, handles freeze/flag logic💸 FractionToken(v2): ERC-1155 tokens for invoice financing
| 💡 Stream | 💬 Description |
|---|---|
| 💰 Transaction Fee | 0.1–0.5% per escrow payment |
| 📈 Invoice Financing Spread | Yield % from tokenized invoice investments |
| 🛡️ Compliance / Insurance | Premium services for added security & audit |
| 🚀 Feature | 📍 Status |
|---|---|
| MVP Payments + Escrow | ✅ In Progress |
| Tokenized Invoice Financing (v2) | 🔄 Planned |
| Fiat On-Ramp Integration | 🔄 Planned |
| Smart Contract Audit | 🔄 Planned |
FinovatePay smart contracts can be deployed to Polygon Amoy testnet using automated CI/CD pipelines or manual scripts.
Quick Deploy:
npx hardhat run scripts/deploy.cjs --network amoyEnvironment Variables Required:
AMOY_RPC_URL=https://rpc-amoy.polygon.technology/
AMOY_PRIVATE_KEY=your_private_key_hereFull Guide: See Deployment Documentation
CI/CD Workflow: Automatically deploys on push to contrib or main. View logs in Actions tab.