Agent Identity & Signatures
Each agent deployed on Synari receives:
A unique cryptographic identifier (Agent ID)
A public-private key pair for secure communication and signing behavior
A verifiable origin hash, derived from:
Deterministic code hash
Initial config
Prompt seed
Agent actions and messages are signed using ECDSA or compatible signature schemes (Ethereum-compatible), and optionally logged to the Memory Graph.
Last updated