What problem does it solve? Enterprise AI agents need verifiable trust chains linking every action back to human authority, but implementing cryptographic delegation, constraint enforcement, and audit trails from scratch is error-prone. This Skill provides the complete EATP (Enterprise Agent Trust Protocol) technical reference and SDK guidance so you can explain trust concepts and implement the kailash trust module correctly. ## Core Features & Use Cases - EATP Framework Reference: Covers the five trust lineage elements (Genesis Record, Delegation Record, Constraint Envelope, Capability Attestation, Audit Anchor), the verification gradient, and five trust postures. - SDK Implementation Guides: Quickstart for the 4-operation lifecycle (ESTABLISH, DELEGATE, VERIFY, AUDIT), full API reference, and critical gotchas such as key pair ordering and base64 signatures. - Security & Persistence Patterns: Budget tracking with integer microdollars, SQLite posture stores, red-team-validated security patterns, and reasoning trace confidentiality levels. - Use Case: When building an agent that must operate within delegated financial limits, use this Skill to correctly implement BudgetTracker reserve/record semantics, posture state machines, and fail-closed verification. ## Quick Start Ask the AI to explain how EATP delegation and constraint envelopes work, or to show how to establish and verify trust for an agent using the kailash trust SDK.