compose_xcp420_fairminter
Create a fair launch asset with XCP-420 compliance: fixed supply, soft cap, mint price, and duration. Configure only asset name, start block, and description.
Instructions
Compose a XCP-420 compliant fair launch. XCP-420 is a community standard that enforces fixed parameters: 10M supply, 4.2M soft cap, 0.1 XCP per mint, 1000 tokens per mint, 1000 block duration, no premine, no commission, burn payment, locked supply. Only the asset name, start block, and description are configurable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | Asset name to create (4-12 uppercase chars, cannot start with A) | |
| address | Yes | Source Bitcoin address | |
| inputs_set | No | Comma-separated UTXOs to use as inputs (txid:vout) | |
| description | No | Asset description | XCP-420 compliant fair launch |
| start_block | Yes | Block height when minting starts. Must be a future block. Minting runs for exactly 1000 blocks. | |
| sat_per_vbyte | No | Fee rate in satoshis per virtual byte (e.g. 1, 5.5, 0.15). Check get_fee_estimate for current market rates. |