# LoneStar Oracle Smart Contract Verifier

> LoneStar Oracle Smart Contract Verifier is a paid API for AI agents from contract.lonestaroracle.xyz, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Verifies and performs security analysis on smart contracts deployed on Ethereum, Base, BSC, Arbitrum, and Polygon

## Facts

- Endpoint: GET https://contract.lonestaroracle.xyz/verify
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/contract-lonestaroracle-xyz-303e96da
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_muqd1Jah8evx4ZL_5tzRP

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 contract-lonestaroracle-xyz-303e96da
```

Example prompt: Can you verify and run a security analysis on the smart contract at address 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984 on Ethereum mainnet and tell me if there are any known vulnerabilities or red flags?

## When to prefer this

Use this endpoint when you need to verify smart contract source code authenticity or perform a security scan on a contract deployed on Ethereum, Base, BSC, Arbitrum, or Polygon. Prefer this over generic blockchain explorers when you need a combined verification and security analysis in a single call with structured output.

## Known failure modes

- Invalid or unrecognized contract address returns an error
- Unsupported blockchain network returns an error
- Unverified contract with no available source code may return limited results
- Rate limiting or payment failure returns 402 or 429
- Network RPC issues may cause timeouts for specific chains

## How this service works

Smart contract verification and security analysis on Ethereum Base BSC Arbitrum Polygon

## Output

Returns a verification status and security analysis report for the queried smart contract, including findings on potential vulnerabilities, code quality issues, and whether the contract source code is verified on the specified chain (Ethereum, Base, BSC, Arbitrum, or Polygon).

## Example request

```json
{
 "chain": "eth",
 "address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984"
}
```

## Request schema (JSON Schema)

```json
{
 "name": "LoneStarOracle — ContractCheck",
 "tags": [
  "contract",
  "security",
  "honeypot",
  "rug-pull",
  "defi",
  "token",
  "audit"
 ],
 "type": "object",
 "version": "1.0.0",
 "category": "blockchain",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "chain": {
       "type": "string",
       "title": "Chain",
       "default": "eth"
      },
      "token": {
       "type": "string",
       "title": "Token"
      },
      "wallet": {
       "type": "string",
       "title": "Wallet"
      },
      "address": {
       "type": "string",
       "title": "Address"
      },
      "contract": {
       "type": "string",
       "title": "Contract"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "name": "USD Coin",
     "chain": "eth",
     "symbol": "USDC",
     "address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
     "summary": "USDC (USD Coin) on ETH: Risk 0/10 (clean) | No flags",
     "cex_list": [
      "Binance",
      "Coinbase"
     ],
     "is_proxy": true,
     "cex_listed": true,
     "dex_listed": true,
     "risk_flags": [],
     "risk_label": "clean",
     "risk_score": 0,
     "trust_list": true,
     "buy_tax_pct": 0,
     "is_honeypot": false,
     "is_mintable": false,
     "hidden_owner": false,
     "holder_count": 6899288,
     "sell_tax_pct": 0,
     "is_open_source": true,
     "has_selfdestruct": false
    }
   }
  }
 },
 "description": "AI-powered smart contract security audit. Scans for honeypots, rug functions, hidden ownership, tax manipulation, and 15+ risk vectors via GoPlus, then generates a plain-English Claude AI verdict explaining the flags and whether the contract is safe to interact with. Returns risk score 0-10, all active flags, token metadata, and an actionable AI assessment. Supports Ethereum, Base, BSC, Arbitrum, Polygon."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/contract-lonestaroracle-xyz-303e96da/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from contract.lonestaroracle.xyz](https://www.zero.xyz/host/contract.lonestaroracle.xyz/llms.txt)
