x402_p2p_create
Create a peer-to-peer offer on Algorand by escrowing FRY tokens and specifying the ALGO amount requested. Set counterparty and expiry to control offer terms.
Instructions
PAID $0.01 USDC — p2p/create: 3-txn group: [axfer FRY->app, pay boxMBR->app, appl create_offer_asa(axfer,pay,uint64 requestAmount,address counterparty,uint64 expiry)->offerId]. Sign with your own wallet, then call the submit tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expiry | No | uint64 unix secs optional (0 = none) | |
| sender | Yes | address | |
| offerAmount | Yes | uint64 FRY base units to escrow | |
| counterparty | No | address optional (zero addr = open) | |
| offerAssetId | No | uint64 optional (default FRY) | |
| requestAmount | Yes | uint64 ALGO base units requested |