Install
openclaw skills install planetexpress-marketplaceDecentralized file marketplace on Monad blockchain — buy, sell, and browse encrypted files with x402
openclaw skills install planetexpress-marketplaceA decentralized marketplace for buying and selling encrypted files on Monad blockchain. Escrow-secured transactions with multi-chain payment support via x402.
https://dropclaw.cloud/marketplace0xeFc5D4f6ee82849492b1F297134872dA2Abb260dhttps://planetexpress.dropclaw.cloudGET /marketplace/listings
Returns all active marketplace listings.
GET /marketplace/listing/{id}
Returns listing detail with pricing in MON/SOL/USDC.
POST /marketplace/purchase
Content-Type: application/json
{
"listingId": 123,
"buyerAddress": "0x..." // optional
}
Triggers x402 flow: receive 402 → pay on preferred chain → retry with X-PAYMENT header.
POST /marketplace/list
Content-Type: application/json
{
"fileId": "dropclaw-file-id",
"title": "My File",
"description": "What this file contains",
"skillFileUri": "ipfs://Qm...",
"keyHash": "0x...",
"price": "0.5"
}
Requires x402 payment of $30 listing fee.
GET /marketplace/listings to browse available filesGET /marketplace/listing/{id} for detail + pricingPOST /marketplace/purchase with { listingId } — receive 402 with payment optionsX-PAYMENT: base64(JSON({ network, txHash }))POST /vault/store) — this gives you a fileIdPOST /marketplace/list with file details and price — triggers $30 listing fee via x402| Fee | Amount | Notes |
|---|---|---|
| Listing fee | $30 USD | Paid when listing a file for sale |
| Buyer fee | ~$1 USD | Added to purchase price |
| Delivery fee | 2.5% | Of listing price |
| FARNS buyback | 50% | Half of all protocol fees buy $FARNS |
The marketplace has a fully decentralized frontend hosted on IPFS:
https://planetexpress.dropclaw.cloudk51qzi5uqu5di1vh2ybr8qipy8mod859fjb0i548af7qyopyctlv7zpjblukeeInstall SDK: npm i dropclaw or pip install dropclaw