loot_launch
Launch a LOOT token on Robinhood Chain with configurable policies: clean-only, tribute, or buyout. Automatically handles metadata pinning, escrow, and refunds on failure.
Instructions
Launch a new LOOT token through the factory ceremony. Pins metadata via the loot API, escrows 0.01 ETH plus any dev buy on-chain with submit, gets the signed launch ticket, then acts by policy: clean_only cancels if the draft matches a live protected root, tribute_ok accepts launching as a tribute copy, buyout pays the live on-chain quote up to max_buyout_wei (a hard budget) to take the name over. Any mismatch, ticket expiry or failure after submit auto-cancels for the 0.009 ETH refund plus the dev buy; the factory keeps 0.001 ETH for the check. Needs LOOT_AGENT_PRIVATE_KEY and LOOT_API_URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| image | No | token art: https or ipfs url, data: url, or a local file path (png/jpg/gif/webp/svg) | |
| policy | Yes | ||
| ticker | Yes | ||
| socials | No | ||
| description | No | ||
| dev_buy_eth | No | optional first buy, decimal ETH string, capped at 0.023 |