Back to Solution
DOCS // v1.0.0

Mandate Token Standard (MTS)

A cryptographically signed JSON object that grants an AI agent temporary, scoped permission.

Use Case: Autonomous Corporate Travel

An employee's AI assistant books a flight using a cryptographically signed spending limit.

ROI Verified

Technical Specifications

Token Schema

json
{
  "mandate_id": "0x88291...",
  "scope": { "max_amount": 600.00 }
}