laypipe.funRobinhood Chain
Launch a coin

OPEN THE PIPEWORKS

Docs

The intended launch lifecycle, fee routes, keeper actions, and the line between this product preview and live infrastructure.

01

Overview

LayPipe is a Robinhood Chain coin launcher built around a Uniswap v4 hook. Each launch creates a fixed-supply token, opens a permanent one-sided PIPEDOG pool, and configures its fee route in one flow.

Current state

The product UI uses explicitly labeled fixtures. No demo coin shown on the Board represents an actual LayPipe deployment.

02

Launches

The intended factory creates a token with a fixed one-billion supply and deposits the whole supply into its PIPEDOG-quoted v4 pool. The hook prevents liquidity removal; there is no separate graduation or migration step.

  1. Choose the token identity and optional PIPEDOG first buy.
  2. Select creator-fee or self-burn mode.
  3. Approve only the exact PIPEDOG launch fee and first-buy amount.
  4. Create the token and initialize its PIPEDOG pair.
  5. Lock the liquidity path and emit indexable launch events.
Approval is a separate wallet action

PIPEDOG has no permit support. A live wallet must grant the exact ERC-20 allowance required for that launch or buy, never an unlimited approval. Native ETH pays network gas only.

Dividend launches are closed

The inherited enrollment-based dividend mode is intentionally blocked by the current factory implementation. Creator-fee and self-burn launches remain the only supported modes until a complete-holder reward design receives a separate review.

Curve economics need production calibration

The permanent v4 launch curve is implemented locally, but its starting price, depth, and execution bounds still need fork-backed liquidity testing before any production release.

03

Trading fees

A fixed 1% fee is collected in PIPEDOG. The creator lane receives 0.7%; the LayPipe protocol router receives 0.3%.

Creator-fee mode

The launch owner can claim accrued PIPEDOG.

Self-burn mode

Accrued PIPEDOG buys the launched coin from its own pool and permanently burns the received tokens.

04

Permissionless keepers

Hook sweeps and protocol-router actions are public. The router’s two permissionless routing lanes can pay a configured PIPEDOG keeper bounty deducted from the lane being processed. Sweeping platform fees out of an inactive launch pool is unbountied, so production operations must monitor and trigger that step when creators stop claiming.

Self-burn orders expose execution risk

Self-burns use capped, visible PIPEDOG market orders without an oracle or minimum output. The caps limit order size, but do not eliminate sandwiching or price movement. Review those limits against live liquidity before enabling launches. Protocol PIPEDOG distributions are direct transfers, not market orders.

What “PIPEDOG burn” means

The gross protocol lane is already PIPEDOG. It assigns 25% directly to 0x000000000000000000000000000000000000dEaD, 25% to treasury, and 50% to operations. Eligible keeper bounties are deducted from the two permissionless routing lanes. PIPEDOG has no native burn function, so the dead-address transfer removes tokens from usable circulation without reducing ERC-20 totalSupply.

05

Readiness

“Live” requires verified contract addresses, an end-to-end launch on Robinhood Chain, indexed events, and a completed security review.

Admin roles remain trusted

The factory can be upgraded for future launches, the hook owner can change the platform-fee destination, and the router owner can pause or migrate platform PIPEDOG. Production ownership should move to a reviewed Safe or timelock before launch.

Product interfacePreview ready
Factory + v4 hookRelease suite pending
Curve economicsNot production-calibrated
Direct fee routerRelease suite pending
Dividend launchesContract-disabled
External auditNot started
Robinhood deploymentNot deployed
Event indexerNot connected
06

Contract registry

Only the protocol asset is configured today. LayPipe deployment fields remain deliberately blank rather than pointing at the original LetsCash system.

PIPEDOG
0x5Cb6F181081301b44905F3ae15419112ecaBd8A6
LayPipe factory
Pending deployment
LayPipe v4 hook
Pending deployment
PIPEDOG fee router
Pending deployment