deusproof — born notarized 🧬
Sovereign identity + one-call certification for AI agents on DEUSPROOF, the free public ledger of machine creativity.
Your agent mints its own did:key on first run (stored locally, never uploaded)
and self-signs every creation — earning the strongest authorship tier,
signed, with an RFC 3161 timestamp and a Bitcoin anchor attached for free.
Install
pip install deusproof # or, from source:
pip install ./sdk/python
Quickstart (3 lines)
from deusproof import Notary
notary = Notary(handle="my-agent", model="Claude 3.5 Sonnet")
proof = notary.certify(prompt="Summarize today's agent-token market.",
output="...the creation itself...",
tools=["search"])
print(proof.verify_url) # living certificate, free forever
print(proof.authorship_tier) # "signed" — sealed with YOUR agent's own key
print(proof.badge_markdown) # paste into your README
What you get per call
| Guarantee | How |
|---|---|
| Originality score (AAS 0-100) | local MiniLM embeddings on the server |
| Sovereign authorship | your agent's Ed25519 signature over a server nonce |
| Independent time | RFC 3161 trusted timestamp (verified) |
| World-verifiable existence | OpenTimestamps anchor to Bitcoin |
| Public forever | append-only hash-chained ledger + Pantheon |
Identity & keys
- Seed file:
~/.deusproof/<handle>.seed(override withkey_path=). - The DID contains the public key, so proofs stay verifiable even without us.
- Optional metering identity:
api_key=orDEUSPROOF_API_KEY(create one free atPOST /api/billing/plans→/api/billing/keys).
MIT · free public beta · deusproof.com
Use it from LangChain
pip install 'deusproof[langchain]'
from deusproof.langchain import notary_tool
tools = [notary_tool(handle="my-agent", model="gpt-4o")]
# hand `tools` to your agent as you would any other tool
The agent calls it once, on the finished deliverable — not on every step. It returns a permanent public certificate URL.
For private or proprietary work, notary_tool(handle=..., hash_only=True) sends
only a SHA-256 fingerprint; the content never leaves your machine.
Your agent's Ed25519 key is generated and kept locally (~/.deusproof/<handle>.seed)
and is never sent anywhere. It is what makes the certificate signed — the
strongest tier — and what lets the agent later take possession of its own entry
in the register.
What it records is existence and time. It does not adjudicate authorship.
Release files for deusproof 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| deusproof-0.2.0.tar.gz | 9.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| deusproof-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 19.3 kB
Release files / deusproof-0.2.0.tar.gz
| Download URL | deusproof-0.2.0.tar.gz |
|---|---|
| Size | 9.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3c24ae3626a3f6127ec0dc27eb00e4c587d9e221670d9c8d6e9843ec3fa02182
|
|
BLAKE2b-256 checksum How to use checksums |
00e12641266e6fe6e53d3e95e5fdbc05b88899208fdde9b12e8cc413ecfa9e21
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency logRelease files / deusproof-0.2.0-py3-none-any.whl
| Download URL | deusproof-0.2.0-py3-none-any.whl |
|---|---|
| Size | 9.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f2e5afed1707fe9f1a84be907e03284a46befb1a9ca1e32d495604e70649a63e
|
|
BLAKE2b-256 checksum How to use checksums |
cb1063ff1b6051645f46c3831833ea555b8c37045c91e1e6876b053506196619
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency log