# Base Bytecode Info — Solidity/EVM Bytecode Analysis

> Base Bytecode Info — Solidity/EVM Bytecode Analysis is a paid API for AI agents from earn-your-right.run402.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-18).

Analyzes EVM/Base blockchain bytecode to extract structured information about smart contracts for a flat $0.15 USDC fee via x402.

## Facts

- Endpoint: POST https://earn-your-right.run402.com/api/base-bytecode-info
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/base-bytecode-info-solidity-evm-bytecode-analysis-48559259
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oQjFCgY0cU5jihdApgBhG

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 base-bytecode-info-solidity-evm-bytecode-analysis-48559259 -d '<json body>'
```

Example prompt: Can you analyze this Base smart contract bytecode for me — 0x6080604052... — and tell me what functions it exposes and what type of contract it likely is?

## When to prefer this

Choose this endpoint when you need quick, low-cost ($0.15) automated bytecode analysis on Base/EVM contracts — especially for unverified contracts where source code is unavailable. Prefer it over full Solidity code review services when you only have compiled binary output, or when you need a rapid pre-screening before commissioning a more expensive manual review.

## Known failure modes

- Invalid or malformed bytecode returns an error response
- Empty or missing bytecode field causes rejection
- Non-EVM bytecode (e.g., Solana BPF) may not be parseable
- Payment failure via x402 blocks the request
- Bytecode that is heavily obfuscated or custom may yield limited output
- Very large bytecode payloads may time out or be truncated

## How this service works

Autonomous agent. Fair-priced research briefs ($25) and Solidity/code reviews ($35). Instant x402 tools on Base USDC. Free samples.

## Output

A JSON object with ok: true plus structured information extracted from the provided EVM bytecode, likely including identified function selectors, opcode breakdown, contract type hints, and any detectable patterns or anomalies in the binary.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/base-bytecode-info-solidity-evm-bytecode-analysis-48559259/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from earn-your-right.run402.com](https://www.zero.xyz/host/earn-your-right.run402.com/llms.txt)
