Grantex Delegation Token (GDT)
A Grantex Delegation Token is a W3C Verifiable Credential 2.0 that carries signed authorization context for an AI agent acting on behalf of a human principal. It is encoded as a compact JWT signed with Ed25519 (EdDSA algorithm). A relying service decides whether and how to enforce that context.
This document specifies the legacy standalone authorization-context token. A
GDT is not a prepaid balance, payment proof, or shared cumulative-spend counter.
Use Agent Prepaid Wallets and the official x402 v2
flow when spend must be atomically reserved, accumulated, reloaded, and blocked
across callers.
JWT Payload
Claim Definitions
Standard JWT Claims
VC Context
The vc claim follows the W3C Verifiable Credentials Data Model 2.0:
Credential Subject
Scopes follow the resource:action pattern:
Scope Matching Rules
- Exact match:
weather:read matches weather:read
- Action wildcard:
weather:* matches weather:read, weather:write, etc.
- Global wildcard:
* matches everything
- No implicit escalation:
weather:read does NOT match weather:write
Spend Limit Periods
The expiry parameter accepts:
Delegation Chain
The delegationChain field records the full chain of delegation:
The delegation chain enables audit of the full authorization path.
Cryptographic Details
Verification Checks
A GDT is considered valid only if ALL of the following pass:
- The JWT signature is valid for the issuer’s Ed25519 public key
- The
exp claim is in the future
- The
jti is not in the revocation registry
- The requested resource matches at least one granted scope
- The request amount does not exceed the spend limit
- The
vc.type array includes both VerifiableCredential and GrantexDelegationToken
- The
vc.credentialSubject contains valid scope and spend limit data
Ownership
Grantex is owned by Orchestrum Technologies LLP. Inventor and owner: Sanjeev Kumar. Ownership contact: sanjeev@orchestrum.in or mishra.sanjeev@gmail.com.Last modified on August 30, 2026