Quipay is an intelligent, autonomous payroll protocol on Stellar. It combines Soroban streaming payments with an AI Agent that manages your entire global workforce treasury.
The Vision: "Payroll on Autopilot."
- AI-Managed Treasury: "Hey Quipay, run payroll for February." -> The AI verifies balances, calculates amounts, and queues the transaction for your signature.
- Top-Tier UI: A "Glassmorphism" aesthetic with smooth animations.
- Instant Cross-Border: USDC streaming and payments to 180+ countries.
- Tech Stack: Vercel AI SDK + OpenAI/Anthropic + Stellar JS SDK.
- Capabilities:
- Drafting Transactions: The AI constructs the Soroban XDR for the user to sign.
- Compliance Sentinel: Scans recipient addresses against sanctions lists.
PayrollVault: Holds company funds.SalaryStream: Vesting logic.BatchPayment: Mass payout logic.
- Aesthetic: "Glassmorphism," dark mode, Framer Motion animations.
- Interactive: The "Run Payroll" button is a chat with the Agent.
We leverage Drips to build the AI and Protocol modularly.
- UI: Create "Glass card" components.
- Prompts: Refine the system prompt for the AI Agent.
- AI Tool: Build a function
get_wallet_balancefor the AI. - Viz: Create a React component visualizing salary streaming.
- AI Logic: Implement "Natural Language to XDR" builder.
- Contracts: Optimize
BatchPaymentfor 1000+ users.
/backend
- (AI Agent & API)
/smart_contract
- (Soroban Rust Code)
/frontend
- (Next.js + AI SDK UI)
Quipay prioritizes treasury safety through several critical mechanisms:
- Invariants: On-chain enforcement of solvency.
- Authorization: Strict
require_authon all sensitive operations. - Mitigations: Protective measures against reentrancy, overflow, and front-running.
For a detailed analysis, see the Security Threat Model.