Install a skill
Users select wallet skills from the catalog, such as DCA, cron-based execution, or inbound-event strategies.
Wallet skill runtime
SkillWallet* lets users grant bounded permissions to wallet skills. AI can reason when enabled, but execution stays permissioned, delegated, and controlled by the user.
No AI private key access
Bounded delegated permissions
Optional x402 + Venice AI reasoning
Runtime flow
Users select wallet skills from the catalog, such as DCA, cron-based execution, or inbound-event strategies.
The user signs a constrained delegation. The backend can only operate inside the approved permission scope.
Skill Runtime checks schedules, onchain events, skill configuration, and optional data sources.
AI may return execute or skip when enabled, but it never signs. Execution is backend-built and permission-bounded.
Skill modules
Skills are installed as permissioned modules. Each skill declares its trigger, execution scope, and whether AI reasoning is enabled.
System design
The runtime keeps reasoning, permission checks, execution building, and wallet signing clearly separated.