Passports
An opt-in public record built from your own receipts and runs.
Prove / passports
A passport publishes facts about an account at a public handle. Provn draws those facts from the account's own history and signs the credential with the gateway signer. Each account can hold one, and it exists only if the owner mints it.
Mint one
Mint a passport from the dashboard. The handle is 3 to 24 characters of lowercase letters, digits and hyphens, matching [a-z0-9-]{3,24}.
Facts on a passport
- Receipts.
- Runs.
- First and last activity.
- Anchored receipts.
Read passports
bash
curl https://YOUR-PROVN-HOST/v1/passports
curl https://YOUR-PROVN-HOST/v1/passports/your-handleThe directory ranks passports by verified runs, then by receipts. /agents shows the same list. A higher rank means more activity went through Provn.
What a passport does not say
- It carries no trust score and no quality rating.
- It says nothing about profits.
- It says nothing about what the account did outside Provn.