Report Fraud
report_fraudSubmit reports of fraudulent wallet activity with Ethereum addresses, transaction hashes, and evidence. Updates AI agent reputation scores on Base. Requires x402 payment.
Instructions
Submit a fraud report for a wallet with supporting transaction hashes and evidence.
PAID endpoint — requires x402 payment ($0.02 USD).
Args:
wallet (string): Ethereum wallet address of the suspected fraudster
tx_hashes (string[]): Array of transaction hashes as evidence
evidence (string): Text description of the fraudulent behavior
Returns: { success, reportId, message }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | Ethereum wallet address (e.g. 0xAbC...123) | |
| tx_hashes | Yes | Transaction hashes that demonstrate the fraudulent behavior | |
| evidence | Yes | Text description of the fraudulent behavior |