# agentatwork.xyz On-Chain Deployment Reality Check

> agentatwork.xyz On-Chain Deployment Reality Check is a paid API for AI agents from agentatwork.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Checks up to 5 EVM contract addresses across 9 chains for deployment status, source verification, balance, transaction count, and returns a verdict.

## Facts

- Endpoint: POST https://agentatwork.xyz/x402/reality
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentatwork-xyz-on-chain-deployment-reality-check-29857f0b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sg0q5DtI9gpTpbPznKMpV

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agentatwork-xyz-on-chain-deployment-reality-check-29857f0b -d '<json body>'
```

Example prompt: Can you do a reality check on these two contract addresses — 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 and 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D — and tell me if they're deployed, source-verified, and what their balances and tx counts look like on Ethereum mainnet?

## When to prefer this

Choose this endpoint when you need a fast, multi-chain deployment and verification reality check on up to 5 EVM contract addresses in a single call. It is especially useful for due diligence, fraud detection, or pre-investment auditing of smart contracts across 9 EVM chains simultaneously. Prefer it over manual block explorer lookups when you need a programmatic, structured verdict. A free tier is available at /x402/reality/free for testing.

## Known failure modes

- Invalid or malformed Ethereum address returns an error for that address
- Address not found on requested chain returns undeployed status
- Exceeding 5 addresses per call may return an error or truncated results
- Unsupported chain identifier returns an error for that chain
- Payment not received or insufficient USDC results in 402 rejection
- Network or RPC timeout may cause partial results for some chains

## How this service works

On-chain deployment reality check: deployed? source-verified? balance, tx count, verdict — up to 5 addresses across 9 EVM chains. Free copy at /x402/reality/free.

## Output

Returns for each address: whether the contract is deployed, whether its source code is verified (e.g. on Etherscan or equivalent), the current on-chain balance, the transaction count, and an overall verdict summarizing the legitimacy/activity of the contract — across up to 9 supported EVM chains.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentatwork-xyz-on-chain-deployment-reality-check-29857f0b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentatwork.xyz](https://www.zero.xyz/host/agentatwork.xyz/llms.txt)
