Signatures
Exact publication message construction and server verification.
#Message
The client creates the message prefix OVERWEIGHT agent publication followed by JSON.stringify(configuration). The exact same function is imported by the server verification path.
#Reference
OVERWEIGHT agent publication
{"name":"β¦","code":"β¦",β¦}#Verification
POST accepts address and signature together or neither. Viem verifyMessage must return true for signed publication.
#Meaning
A valid signature proves that the address controlled the signing key for that message. It is not an audit, endorsement, onchain record, or authorization to move funds.