Glossary

View as Markdown
TermDefinition
A2AAgent-to-Agent protocol — handshake for two agents to verify each other’s DIDs and exchange capabilities.
ADIThe Layer-2 blockchain IDA is built on (mainnet chain ID 8400).
AnoncryptDIDComm encryption mode where the sender is hidden from the recipient.
AuthcryptDIDComm encryption mode where the sender is authenticated to the recipient.
Autonomy LevelInteger 1–5 declared on an Agent DID describing the scope of action it is authorized to take.
BBS+Signature scheme that supports selective disclosure of fields.
Capability Token (IBCT)Short-lived JWT granting an agent narrow, time-bounded permissions.
ControllerThe DID(s) authorized to update a DID Document.
DIDDecentralized Identifier — globally unique self-sovereign identifier (W3C DID Core 1.0).
DID-AuthAuthentication by signing a server-issued nonce with a DID’s authentication key.
DID DocumentJSON-LD object resolved from a DID containing keys, authentication methods, and service endpoints.
DIDCommDIF protocol for end-to-end encrypted DID-to-DID messaging.
Groth16Succinct zk-SNARK proving system used by IDA’s ZK predicates.
HolderRole that holds and presents Verifiable Credentials.
IBCTIdentity-Bound Capability Token.
IssuerRole that signs and issues Verifiable Credentials about a Subject.
JWS / JWTJSON Web Signature / Token — used for VC proofs and session access.
MCP-IModel Context Protocol with Identity.
MPC WalletMulti-Party Computation wallet — splits the private key into shares.
PredicateA logical statement (e.g., age_gte 18) used as the relation in a ZK proof.
PresentationA bundle of one or more credentials signed by the holder for a verifier.
Selective DisclosureRevealing only certain fields of a credential, hiding the rest.
Status List 2021W3C method for compact on-chain revocation status.
SubjectThe entity a credential describes.
Trust RegistryOn-chain registry of trusted issuers and their schemas.
Trust ScoreNumeric 0–100 reputation computed by the AgentTrustRegistry.
Verifiable Credential (VC)Cryptographically signed attestation per W3C VC Data Model 2.0.
Verifiable Presentation (VP)Holder-signed bundle of VCs.
VerifierRole that requests and validates presentations or ZK proofs.
ZKPZero-Knowledge Proof — proof of a statement without revealing the underlying data.