Current Trust Factor
Open-Source Program
Bootstrap Bonds now has a public program repository. That gives the community a concrete place to review implementation details before relying on the protocol.
BootstrapToken/bootstrap-bond-program.gitTrust Center
The Bootstrap bond program source, interface definition, and build verification records are public so holders and builders can inspect the mechanics, follow changes, and challenge assumptions in the open.
Current Trust Factor
Bootstrap Bonds now has a public program repository. That gives the community a concrete place to review implementation details before relying on the protocol.
BootstrapToken/bootstrap-bond-program.gitLive Trust Factor
The IDL is the public interface for the Bootstrap bond program: the instructions, accounts, and types clients expect to use. Publishing it in multiple places lets builders compare the interface across source control, chain state, and a release artifact instead of trusting the website alone.
Live Trust Factor
The current mainnet program has a recorded verifiable build path. Reviewers can rebuild from the public source, compare hashes against the deployed program, and inspect the uploaded verified-build metadata. This does not replace review or audit, but it helps prove the binary on-chain matches the source being reviewed.
Trust Factors
The Bootstrap bond program source is public so the community can inspect the mechanics directly.
The program interface is available in the repo, on-chain, and as a release artifact for independent review.
The deployed program can be checked against a public source build and matching on-chain executable hash.
Audits, external reviews, and notable security updates can be added here when they exist.
This page will collect source, interface, review, and operational signals as they become available.