Integration surfaces / authority mapCanonical state ยท typed construction
AuthorityContracts + eventsCanonical launch, market, custody, and lifecycle state.
ReadsDirect RPCToken, pool, factory, locker, and fee-right state.
ClientTypeScript SDKWallet transaction builders, ABIs, and exact math.
PrecisionAtomic valuesInteger amounts and Q64.96 prices stay exact.
Bind every read and write to one verified chain, contract release, and ABI set.
Choose an integration path
Lifecycle boundary
Robinhood Chain uses one Uniswap V3 pool from launch onward:Integrator lifecycle boundaryPersistent venue identity
01LaunchDiscover token and canonical pool
02Protected V3Apply the configured opening policy
03CheckpointRead live and latched state separately
04Same poolKeep indexing the original venue
There is no bonding curve, migration event, replacement venue, or normal LP withdrawal path.
KekproLaunchLocker.
TGE is an irreversible checkpoint. It does not automatically change the live
fee allocation. Read pricing and TGE before
mapping lifecycle state.
Configuration first
Before reading or writing:- assert the RPC-reported chain ID;
- load an approved deployment manifest and matching ABI manifest;
- verify runtime code and immutable contract relationships;
- read mutable launch, DEX, fee, and compounding policy;
- disable writes when any authority disagrees.
Integration map
- Network and deployments defines chain identity and available deployment evidence.
- Contracts and ABIs maps responsibilities and versioning.
- Onchain events covers launch discovery, swaps, holders, fees, and canonical event identity.
- Reading token state shows canonical direct reads.
- Pricing and TGE keeps Q64.96 math and lifecycle state exact.
- TypeScript SDK covers public transaction builders, ABIs, and exact math.