Common use cases
ProofPack use cases — MCP, payments, age, residency, compliance (AML, KYC)
1. MCP Server Integration
const result = await verifier.verifyByWallet(agentWallet);
if (result.isValid) {
// Grant agent full MCP access
} else {
// Restrict access or reject agent
}2. Payment and Payout Verification
3. Age-Restricted Commerce
4. Residency or Nationality-Gated Access
5. Compliance (KYC/AML) and Regulated Transactions
Last updated