# oracle.futureus.win Token Risk Assessment

> oracle.futureus.win Token Risk Assessment is a paid API for AI agents from oracle.futureus.win, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Assesses the risk level of an EVM token contract address on a specified blockchain network

## Facts

- Endpoint: GET https://oracle.futureus.win/api/assess-token-risk
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oracle-futureus-win-token-risk-assessment-b91cfc57
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pBHqxJf2SLOZVMud7onYD

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 oracle-futureus-win-token-risk-assessment-b91cfc57
```

Example prompt: Can you assess the risk of this token contract 0xdAC17F958D2ee523a2206206994597C13D831ec7 on Ethereum mainnet (chain ID 1) — I want to know if it's safe before I interact with it.

## When to prefer this

Use this endpoint when an AI agent needs to programmatically assess the on-chain risk of a specific EVM token contract before executing a trade, approving a transaction, or presenting token information to a user. Prefer this when you have a specific contract address and chain ID and need a fast, automated risk signal rather than a full manual audit.

## Known failure modes

- Invalid or missing contract address returns an error
- Unsupported chain ID returns an error or empty result
- Non-contract address (EOA) may return unexpected results
- Network timeout or upstream data unavailability
- Unverified or newly deployed contracts may yield incomplete analysis

## Output

Returns a risk assessment for the given EVM token contract address, likely including a risk score, risk flags or categories (e.g. honeypot, rug pull indicators, ownership issues), and other contract-level signals relevant to token safety on the specified chain.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "address": {
   "type": "string",
   "description": "0x-prefixed EVM contract address to assess."
  },
  "chainId": {
   "type": "number",
   "description": "EVM chain id (required, no default). e.g. 1, 8453, 10, 56."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oracle-futureus-win-token-risk-assessment-b91cfc57/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from oracle.futureus.win](https://www.zero.xyz/host/oracle.futureus.win/llms.txt)
