Intent Attestations are the foundational cryptographic primitive of the Sigil Open Framework. They are the mathematical permission slips that allow an agent to execute a transaction.Documentation Index
Fetch the complete documentation index at: https://docs.sigilcore.com/llms.txt
Use this file to discover all available pages before exploring further.
The Standard
An Intent Attestation is an Ed25519-signed JSON Web Token (JWT). To ensure security and prevent replay attacks, all attestations are:- Short-lived: They expire exactly 60 seconds after issuance.
- Tightly Bound: They are cryptographically linked to a specific transaction context, including the
txCommit,userOpHash, andchainId.