Open source. Auditable.
The cryptographic core of American Reserve is published open source. Read the code, run the tests, build on the same primitives, or verify our security claims yourself.
wallet-core contains zero network calls. All private key material stays in the calling environment. This is enforced by the check-no-io.sh CI gate.
The production binary is built from the published source with a locked dependency tree. You can reproduce the build and compare checksums independently.
HD derivation paths follow published BIP standards. Any BIP-39 compatible tool can derive the same addresses from the same seed — no proprietary derivation logic.
Every package ships with TypeScript declarations and a Vitest test suite. The CI pipeline enforces typecheck, lint, and test passage before any merge.
Please disclose responsibly via our security contact before opening a public issue.