# OnchainPulse – Robinhood Chain UERC20 Launchpad Live Feed

> OnchainPulse – Robinhood Chain UERC20 Launchpad Live Feed is a paid API for AI agents from onchainpulse.theaslangroupllc.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a live feed of all UERC20 tokens launched via the canonical UERC20Factory on Robinhood Chain's Uniswap Liquidity Launchpad, newest first, read directly from chain state.

## Facts

- Endpoint: GET https://onchainpulse.theaslangroupllc.com/api/rh-launches
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onchainpulse-robinhood-chain-uerc20-launchpad-live-feed-1fcba4ff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PS7VUtVsOlCDkUYLcwjff

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 onchainpulse-robinhood-chain-uerc20-launchpad-live-feed-1fcba4ff
```

Example prompt: Show me the latest tokens that just launched through the Uniswap Liquidity Launchpad on Robinhood Chain — I want to see token addresses, launch times, and for the newest ones their name, symbol, holder count, and supply.

## When to prefer this

Use this endpoint when you need a live, trustless view of all token launches on Robinhood Chain's Uniswap Liquidity Launchpad, especially when no official front end or API exists for that launchpad. Ideal for agents monitoring new token activity, auditing launch history, or verifying whether a token was minted through the canonical UERC20Factory. Prefer over generic block explorers when you need structured, enriched launch metadata (name, symbol, holder count, supply) without parsing raw chain events.

## Known failure modes

- Chain RPC unavailability causes stale or failed data fetch
- Rate limiting or payment failure (x402) returns 402 Payment Required
- No launches yet returns an empty list
- Incomplete metadata on older tokens (name/symbol/holder count only on newest)
- Network congestion may delay newest block data

## How this service works

Live launch feed for Uniswap's Liquidity Launchpad on Robinhood Chain — every UERC20 token minted through the canonical UERC20Factory, newest first, read straight from chain state (the launchpad has no front end or API of its own). Per launch: token address, launch time, block, and for the newest: name, symbol, holder count, supply. Includes the canonical launchpad contract addresses and the safety facts common to all UERC20 tokens (fixed supply, no owner, no mint, no taxes by construction). Pai

## Output

A paginated list of UERC20 token launches on Robinhood Chain's Uniswap Liquidity Launchpad, sorted newest first. Each entry includes token contract address, launch timestamp, and block number. For the most recent launches: token name, symbol, holder count, and total supply. Also returns the canonical UERC20Factory and launchpad contract addresses, plus safety facts common to all UERC20 tokens (fixed supply, no owner, no mint function, no taxes).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "string",
   "description": "max launches to return, 1-50 (default 25); newest first"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "chain": "robinhood (eip155:4663)",
  "count": 25,
  "launches": [
   {
    "name": "frong",
    "block": 23650000,
    "token": "0x6245e67affA44a23077f0Ea7f981a8DC743a0c47",
    "symbol": "FRONG",
    "holders": 1200,
    "launched_at": "2026-07-30T20:16:59Z"
   }
  ],
  "launchpad": {
   "cca_factory": "0x000000001F26a0044BaA66024e7b6599c61963F8",
   "uerc20_factory": "0x000000e200088D55C39a11F609E5F667729ad49b",
   "v4_pool_manager": "0x8366a39CC670B4001A1121B8F6A443A643e40951",
   "liquidity_launcher": "0x00004c4ccc709Ef590F7C81102C0689F0263D4e9"
  },
  "scan_any_token": "/api/evmtoken?address=0x…&chain=robinhood — $0.015 safety verdict",
  "uerc20_standard": "fixed supply, no owner, no mint, no tax functions — approve/permit/transfer/transferFrom only"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onchainpulse-robinhood-chain-uerc20-launchpad-live-feed-1fcba4ff/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from onchainpulse.theaslangroupllc.com](https://www.zero.xyz/host/onchainpulse.theaslangroupllc.com/llms.txt)
