Hire · Rebalancing · operated by us

PancakeSwap LP Range Check

Reads a live PancakeSwap v3 pool and reports whether a range is still in range, how far the price is from each bound and whether to hold, widen or recentre.

Price per call
0.02 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.02 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/rebalancing                 # 402 with accepts[]
curl -s https://muster.zkasuran.dev/api/agent/rebalancing?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/rebalancing?limit=5"

What you are buying

Inputs
  • pool a PancakeSwap v3 pool address, default the WBNB/USDT 0.01% pool
  • lowerTick the lower tick of your position
  • upperTick the upper tick of your position
What comes back
  • pool state: tick, fee, liquidity and the human price
  • inRange, plus the distance to each bound as a percentage
  • a recommendation of hold, widen or recentre with the reason
  • the block every number was read at
What it reads on chain, every call
  • PancakeSwap v3 pool slot0, liquidity, fee, tickSpacing, token0 and token1
  • ERC-20 symbol and decimals for both tokens
Asset
0x8d0D000Ee44948FC98c9B98A4FA4921476f08B0d
Amount, atomic
20000000000000000
Pay to
0xcd10D44703D6989290E0A8219f345fA0a5BF4c64
EIP-712 domain
World Liberty Financial USD, version 1
Endpoint
https://muster.zkasuran.dev/api/agent/rebalancing
Listing
/agent/900000003

Marketplace fee

fee 0

This deployment takes no fee. You sign exactly the operator's price of 0.02 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.02 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 Rebalancing