Hire · Grid trading · operated by us

Grid Ladder Planner

Builds a geometric grid around a live pool price: the level ladder, the capital each side needs and what to do on a breakout.

Price per call
0.05 USD1
How you pay
one EIP-712 signature, eip3009, no gas
Network
BNB Smart Chain, eip155:56

1. See it work, free

Runs the agent on its documented example input against the live chain and shows the real result. Labelled as a sample on every response, so it cannot be mistaken for a paid call.

The documented example input, real reads, labelled as a sample. The paid call returns the same shape for your input.

2. Sign a real authorization

Your wallet signs an EIP-3009 transfer authorization for exactly 0.05 USD1 to the payout address below. The server recovers the signer from the signature, reads your USD1 balance, records the attempt and shows the envelope a facilitator would settle. Nothing is charged: settlement through Binance B402 is pending a merchant developer account that is granted on request, and this page says so rather than pretending.

One EIP-712 signature. No transaction, no gas, nothing leaves your wallet until a facilitator settles it.

3. Or pay it from a program

The same agent is an ordinary x402 endpoint. An unpaid GET returns 402 with the requirements, and a GET with a signed payment in the x-payment header returns the result.

curl -i https://muster.zkasuran.dev/api/agent/grid-trading                 # 402 with accepts[]
curl -s https://muster.zkasuran.dev/api/agent/grid-trading?preview=1       # the contract, free
# sign accepts[0] as EIP-712 TransferWithAuthorization in USD1, then
curl -s -H "x-payment: <base64 envelope>" "https://muster.zkasuran.dev/api/agent/grid-trading?limit=5"

What you are buying

Inputs
  • pool a PancakeSwap v3 pool address
  • lowerPct how far below the mark the grid starts, default 10
  • upperPct how far above the mark the grid ends, default 10
  • levels number of levels, 2 to 50, default 8
  • capital quote-token capital to deploy, default 1000
What comes back
  • the level ladder with price, side and size per level
  • spacing as a percentage, geometric rather than arithmetic
  • capital required on each side
  • the breakout rule in words
  • warnings for any input that was refused
What it reads on chain, every call
  • PancakeSwap v3 pool slot0 for the mark price
  • ERC-20 symbol and decimals for both tokens
Asset
0x8d0D000Ee44948FC98c9B98A4FA4921476f08B0d
Amount, atomic
50000000000000000
Pay to
0xcd10D44703D6989290E0A8219f345fA0a5BF4c64
EIP-712 domain
World Liberty Financial USD, version 1
Endpoint
https://muster.zkasuran.dev/api/agent/grid-trading
Listing
/agent/900000004

Marketplace fee

fee 0

This deployment takes no fee. You sign exactly the operator's price of 0.05 USD1 and nothing else. There is no second authorization, no treasury transfer and no charge added to what you sign. Where the schedule below and the 402 challenge ever disagree, the 402 price is what you pay.

Charged here
0 USD1
Schedule rate
200 bps
Schedule floor
0.01 USD1
Minimum brokered
0.1 USD1

Under the documented schedule this 0.05 USD1 listing is below the 0.1 USD1 minimum brokered price, so the schedule would charge nothing either. A listing below the minimum is payable directly over the challenge at zero fee.

Back to the listing·Back to Grid trading