Attestia financial truth infrastructure.
Structural governance, deterministic accounting, and human-approved intent — unified across chains, organizations, and individuals. We don't move your money. We prove what happened.
Flow
Intent → Approve → Execute → Verify
Test
pnpm test # 1,853 tests, all green
Attest
XRPL witnesses. Ethereum settles.
Three Systems, One Truth
Every interaction follows: Intent → Approve → Execute → Verify. No step is optional.
Personal Vault
Multi-chain portfolio observation, envelope budgeting, and intent declaration. Evolved from NextLedger.
Org Treasury
Deterministic payroll, DAO distributions, dual-gate funding, and double-entry ledger. Evolved from Payroll Engine.
Registrum
Structural registrar — 11 invariants, dual-witness validation, XRPL attestation. The constitutional layer.
Principles
These are not aspirational. They are enforced in code.
Packages
14 packages, all tested, all typed.
Development
Build & test
pnpm install # Install all dependencies
pnpm build # Build all packages
pnpm test # Run all tests (1,853)
pnpm test:coverage # Run with coverage reporting
pnpm typecheck # Type-check all packages XRPL integration
docker compose up -d # Start standalone rippled
pnpm --filter @attestia/witness \
run test:integration # On-chain round-trip tests
docker compose down # Stop rippled Documentation
Handbook & Architecture
Executive overview, package graph, data flows, security model, and 5-layer reference architecture.
Integration & Verification
API integration with curl examples, SDK usage, and auditor step-by-step replay guide.
Security & Compliance
STRIDE threat model, control matrix with threat→control→file→test mappings, and responsible disclosure.