# kaizen.cash Solana-first copilot trading with vaults, governance, approvals, and mobile execution. ## Interface precedence - Read `https://staging-api.kaizen.cash/v1/agent/skill` first. - For first-time setup use [Onboarding Skill](https://staging.kaizen.cash/.well-known/skills/kaizen-cash-onboarding/SKILL.md). - Use [SKILL.md](https://staging.kaizen.cash/SKILL.md) or [Skill JSON](https://staging.kaizen.cash/v1/skill.json) only after auth, vault selection, and delegation scope are already clear. - Use [OpenAPI](https://staging-api.kaizen.cash/v1/openapi.json) only for schema detail not already covered above. - Use [Human docs](https://docs.kaizen.cash) for the public product model and human workflow explanation. ## Human surfaces - App: [https://staging-app.kaizen.cash](https://staging-app.kaizen.cash) - Docs: [https://docs.kaizen.cash](https://docs.kaizen.cash) ## CLI entry points - Installed CLI: `kzn` - Repo-local: `bun run cli:package --` - Published package: `npx -y @kaizen-cash/cli@latest` only when the npm package resolves in this environment - Confirm one working prefix before suggesting any `kzn` commands. ## Public product nouns - vault - execution lane - delegation - market - trade - transfer - review - history ## Fastest setup - Prove one CLI prefix works. - `kzn onboard` - `kzn preview buy --asset --amount 25` - `kzn buy --asset --amount 25` ## Compatibility note The public product teaches a vault-first contract. Some current backend routes still use wallet-scoped naming under the hood.