@hookr/sdk/launchLaunch
Instant and bonded packets, fee splits, blueprint resolution, intent replay protection, and lifecycle events.
0.1.0-rc.1@hookr/sdkturns a partner's product flow into a reviewed Hookr V5 request, then keeps simulation, wallet signature, receipt, and onchain readback as separate states.
Exact calldata, value, recipients, intent, and terms hash.
Use the intended account against the current V5 release.
The user's wallet confirms the exact simulated request.
Wait for the canonical success receipt.
Resolve the intent and verify creator, token, and launch state.
Typed public surface
Imports stay small, while the shared release manifest prevents partners from mixing addresses or ABIs across generations.
@hookr/sdk/launchInstant and bonded packets, fee splits, blueprint resolution, intent replay protection, and lifecycle events.
@hookr/sdk/hooksThe exact V5 tuple plus contract-aligned validation and lane compatibility checks.
@hookr/sdk/routerExact-input/output requests with recipient, amount, price-limit, deadline, native value, and approval boundaries.
@hookr/sdk/verificationOne-block runtime hashes, stable contract identities, and immutable wiring readback.
Adapter packet
The prepared packet binds calldata and value. Its idempotency key binds chain, launchpad, creator, and intent. A callback can repeat safely without turning a retry into a second launch.
const config = await readLaunchConfiguration(publicClient)
const intent = createLaunchIntent({ creator, lane: "instant" })
const prepared = prepareInstantLaunch({
quote: "eth",
creationFeeWei: config.creationFeeWei,
intent,
args: { ...launchTerms, expectedCreator: creator }
})
// simulate exact prepared.request → user signs → receipt → readback
const result = await reconcileLaunchIntent(publicClient, intent)Its technical identity and source-review notes remain public, but the current SDK cannot select, encode, sign, or submit this configuration.
Surge Fees · Auto Burn · Nth-buy Pot
Anti-Snipe · During the Anti-Snipe guard, outer-buy Arb corrections can operate. Outer-sell corrections require an exact-output target buy and fail open until the guard ends.
LP Rewards
No verified WTH service identity, production recipients, authenticated trader-recipient semantics, external ABI acceptance, LP distributor, production deployment, or route signer. A future SDK API requires a separate WTH-enabled release and successful route/readback canary. Quotes must bind the connected wallet as simulation actor; a quote for another payer is not executable evidence. Today's package and transaction entrypoints do not encode the source profile.
Review the future adapter trackStable release gate