Born Between 2 Generals · Accountability by design

Statement Ledger

Every public statement logged, timestamped, hashed, and publicly queryable. The whole record is hash-chained end to end — if a single word is altered after the fact, the chain reports exactly where.

Chain integrity
?
Each entry stores a fingerprint (sha256) of its own contents plus the previous entry's fingerprint. To verify, we re-compute every fingerprint and check the links. If a single character was changed after the fact, the re-computed value won't match and we report the exact entry that broke — status: OK means the whole record is intact.

Inspect broken entry #4
audit.chain
$ ledger verify --chain
walked 4 entries
BROKEN at entry #4
content hash does not match stored hash (row was altered)
status: TAMPER DETECTED

Timeline · 8 entries · newest first
?
An append-only list of logged statements, newest first. Entries are never edited or deleted — a correction is a new, linked entry. The short code on each row is the start of that entry's verified fingerprint. Search, download, or print the record with the controls below.

Showing 8 of 8 entries.

  1. 2026-04-30 · Next Generation Leadership Gala, Naples FL

    To the young people in this room: the torch is not handed to you because it is easy to carry. It is handed to you because it matters.

    Permalink #8Media sourcefc415c12a7615601
  2. 2026-01-17 · Constitution Day Address, Philadelphia PA

    The founders did not give us a perfect country; they gave us the tools to perfect it, and the duty to try.

    Permalink #7Media source8015765fd07c4cb6
  3. 2025-09-22 · National Security Panel, Arlington VA

    Peace through strength is not a relic of the past. A nation that is respected is a nation that is rarely tested.

    Permalink #6Media source20583a9f43239357
  4. 2025-06-08 · Small Business Roundtable, Phoenix AZ

    The American entrepreneur does not need to be managed by Washington; the American entrepreneur needs to be left free to build.

    Permalink #5Media source713b249a54ab8ee4
  5. 2025-03-15 · Civic Education Forum, Washington DC
    Tamper detected

    If we do not teach our children why America is worth ABANDONING, we should not be surprised when they decline to defend it.

    Permalink #4Media sourcef917c39c2ce05870
  6. 2025-01-20 · Faith and Liberty Breakfast, Dallas TX

    Religious liberty is not a privilege the government grants; it is a right the government is bound to protect.

    Permalink #3Media sourceaaf4241a560e092a
  7. 2024-11-04 · Veterans Town Hall, Tampa FL

    Every veteran was promised that their service would be honored. We intend to keep that promise, not with slogans, but with action and accountability.

    Permalink #2Media sourcedf0c4b1a69035baf
  8. 2024-09-12 · Born Between 2 Generals Annual Summit, Naples FL

    Our mission is simple: defend the Constitution, strengthen the family, and give the next generation a freer country than the one we inherited.

    Permalink #1Media source0364ef7b6ffce610

Ask AI

AI can be wrong. Not medical, legal, or financial advice.

Append a statement

Append-only. Entries are never edited or deleted — a correction is a new linked entry. Each append computes sha256(prevHash + date + venue + text).