Documentation
Technical
-
API Reference
WAIaaS REST API reference: authentication, endpoint categories, request/response schemas, and error codes.
-
Architecture
WAIaaS internal architecture: component interactions, 6-stage transaction pipeline, chain adapters, and design decisions.
-
Deployment Guide
Deploy WAIaaS via npm global install or Docker Compose. Production setup, configuration, and TLS termination.
-
ERC-4337 Sponsor Proxy Server Specification
API spec for a gas sponsorship proxy server. WAIaaS agents use this as a custom AA provider for sponsored transactions.
-
Security Model
WAIaaS 3-layer security: session auth, time-delay with owner approval, monitoring with kill switch. Defense in depth.
-
Smart Account Lite / Full Mode Guide
WAIaaS Smart Account (ERC-4337) modes: Lite for basic signing, Full for UserOp bundling with gas sponsorship.
-
Wallet SDK Integration Guide
Integrate external wallet apps with WAIaaS Signing Protocol using @waiaas/wallet-sdk. Architecture and code examples.