\n
BASE / 8453 · DEVELOPER API

Token risk,
before execution.

Put a read-only risk gate between token discovery and your application or agent's next action. Jepeta returns a compact machine decision plus the raw Base token signals used to reach it.

One GET request

The public preview endpoint accepts one exact Base ERC-20 contract address. It is designed for low-friction screening, not trade execution.

GET https://aitgmgfumsdqecmanrab.supabase.co/functions/v1/jepeta-risk-scan?tokenAddress=0x...

Core response signals

decisionPASS, WARN or BLOCK according to Jepeta's configured screening policy.
honeypot / mintabilityExplicit security signals; required evidence is not silently replaced with reassuring defaults.
buy / sell taxObserved percentages when the upstream source provides them.
liquidity + concentrationMatching Base market liquidity and observed holder-concentration context.
source statusWhich upstream sources were available for this scan.
data qualityMakes incomplete evidence visible so callers can fail closed.

Recommended agent pattern

  1. Resolve the exact Base contract address.
  2. Call Jepeta before signing or preparing any execution.
  3. Reject malformed responses and treat required-source failure as unavailable evidence.
  4. Apply your own policy to PASS/WARN/BLOCK and the raw fields.
  5. Use the paid full report when a decision needs deeper evidence.
Boundary: Jepeta does not connect to a wallet, sign transactions, or execute trades. It provides screening evidence for the caller's own policy.

When the free preview is not enough

The paid Full Report adds evidence-oriented detail such as dangerous permissions, liquidity-risk assessment, concentration context, 24-hour activity, full warnings and a structured summary. Autonomous agents can purchase through Virtuals ACP at the listed offering price.

Related Base risk resources