get_ilo_details
Read a token launch live from chain (free): terms, status, escrow balances, and a machine-readable liquidity release schedule.
launch_id is the on-chain u64 launch identifier. Returns the raise
window and progress, the per-wallet pledge cap (0 = uncapped), live escrow
launch-vault balances, and a
release_scheduleblock (cliff-then-linear) an agent can plan future claim_ilo_tokens calls from without parsing prose. Passcaller_walletto attach that wallet's own pledge summary too (the authoritative per-wallet view is get_my_pledge_status).
Utility token fair launch: participating commits funds to a non-custodial escrow; it is not a purchase of an expectation of profit.
Workflow: DISCOVER step -- read details, check the window and the per-wallet cap, then preview with pledge_to_ilo (plan mode) before committing anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caller_id | No | ||
| launch_id | Yes | ||
| caller_wallet | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||