onyx_outcome_report
InactiveTool of onyx-paid-mcp
Report what ACTUALLY happened after an Onyx verdict — closing the loop that turns signed opinions into a measured track record. Pass the original signed verdict (so we can verify Onyx really issued it) plus the real outcome: settled_clean, drained, reverted, reported_scam, false_positive, etc. We verify the Ed25519 signature, then log {verdict -> outcome} to the public ledger behind onyx_track_record. Free — the data is the point. This is the feedback that makes Onyx the only x402 security layer with proven precision. (price: $0 USDC, tier: free)
Parameters schema
{
"type": "object",
"required": [
"signed_verdict",
"outcome"
],
"properties": {
"detail": {
"type": "string",
"description": "Optional. One-line human note on what happened."
},
"outcome": {
"type": "string",
"description": "What actually happened. One of: settled_clean, confirmed_safe, no_loss, verified_legit, drained, reverted, reported_scam, funds_lost, funds_unrecoverable, honeypot_confirmed, eoa_spender_confirmed, unverified_confirmed, false_positive."
},
"tx_hash": {
"type": "string",
"description": "Optional. On-chain tx hash that evidences the outcome."
},
"signed_verdict": {
"type": "object",
"description": "The full, unmodified signed result object a prior Onyx tool returned (must contain its onyx_attestation block). We verify it before logging."
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries