KAGURA 神楽

KAGURA is a continuous-time DeFi primitive on Solana. Two on-chain Anchor programs: a tick-attestation registry, and a USDC funding vault that compounds yield every block instead of every hour.

contact: hello@kagura.network
神楽KAGURA/ docs
v0.1.0 · pre-deployment← back to sitegithub →
meta·changelog

changelog

every release. every breaking change. no marketing version numbers.

v0.1.0

2026-04-30pre-deployment
  • kagura-core: 4 instructions, 2 accounts, 1 event, 7 errors. seeded pdas for config + protocol registration.
  • kagura-vault: 7 instructions, 3 events, 12 errors. erc-4626 share math. principal/treasury split.
  • 10/10 e2e tests passing (anchor 0.31.1, agave 3.1.13, rustc 1.89 sbf).
  • 7/7 math unit tests passing.
  • ts client scripts: init-vault, user-deposit, tick-loop, watch-vault, deploy-devnet.
  • live demo orchestration: scripts/demo-up.sh, scripts/demo-down.sh.
  • web-next site: cobalt + crimson + gold blueprint aesthetic, spline 3d hero, gsap animations, ticker bar, stream log.
  • docs site at /docs: 18 pages covering programs, concepts, integration, operations, api, security.

v0.0.1

2026-04-25scaffold
  • initial repo scaffold: programs/, tests/, scripts/.
  • anchor workspace setup. cargo workspace + yarn install.
  • wsl-setup.sh: agave 3.1.13 + anchor 0.31.1 + rust 1.85 toolchain on ubuntu.