WorkspaceBlueprint
Robinhood ChainSANDBOX
RIFT / BLUEPRINT

Stack blueprint

Inspect and export your current configuration.

Interactive sandbox

Your stack, ready to inspect.

Export the configuration you built. Production adapters and signing remain to be implemented.

{
  "schema": "rift.execution-blueprint.v1",
  "mode": "design_preview",
  "name": "Launch sniper",
  "chainId": 4663,
  "adapter": "pons-v2-native",
  "limits": {
    "maxSpendWei": "200000000000000000",
    "slippageBps": 300,
    "expiresAfterBlocks": 2
  },
  "modules": {
    "quote": true,
    "route": true,
    "guard": true
  },
  "simulationFixture": {
    "phase": "curve",
    "recipientTaxPercent": 12,
    "priceMovementPercent": 1,
    "grossTokensPerEth": 50000,
    "failedTransactionGasEth": 0.0004
  },
  "signing": "external",
  "productionReady": false,
  "capacityConcept": {
    "tier": "Builder",
    "proposedRiftLock": 1000,
    "allocationIsIllustrative": true
  }
}