Portola logo

MPC Custody with API Control

Create Wallet

const wallet = await custody.createWallet({
wallet_type: "disbursement",
policy_template: "institutional_lending",
multi_approval_threshold: 50000,
allowed_assets: ["USDC"]
});
MPC Security
Private keys secured in distributed enclaves. No single point of failure or compromise.
Programmable Policies
Set spending limits, approval workflows, and asset restrictions through simple API calls.
Instant Provisioning
Deploy production-ready custody wallets in minutes, not months of vendor negotiations.

Your Custody Infrastructure, Designed for Scale

Institutional Grade Security
SOC 2 Type II compliant MPC custody infrastructure trusted by enterprises.
Multi-Signature Workflows
Configure complex approval processes with 2-of-3, 3-of-5, or custom consensus rules.

Execute Disbursement

const disbursement = await custody.createDisbursement({
amount: "75000",
recipient: "0x742d35...89",
loan_id: "loan_abc123",
purpose: "personal_loan"
});
Audit-Ready Trails
Every transaction recorded with approver signatures, policy justifications, and blockchain confirmations.
Dynamic Policy Updates
Modify spending limits, add approvers, or update asset restrictions without wallet migration.

Treasury Control That Scales With Your Business

Real-Time Treasury Visibility
Complete oversight of all wallet balances, pending transactions, and policy compliance status.
Automated Governance
Policies enforce themselves. High-value transactions automatically route to appropriate approvers.

Monitor Treasury

const snapshot = await custody.getTreasurySnapshot();
console.log('Assets:', snapshot.total_assets);
console.log('Available:', snapshot.available_balance);
console.log('Pending:', snapshot.pending_disbursements);

Products

Network
Encrypted routing distributes loan applications across institutional lenders
Custody
MPC orchestration with policy guardrails and automated approvals
Payments
High-speed payment processing with instant settlement capabilities
Treasury
Policy-based workflows spanning distribution, collection, and escrow wallets
Identity
Comprehensive identity verification and compliance infrastructure for lending
Documents
Streamlined document processing and verification for lending operations
GetInTouch