Use this skill when the user asks to create a crypto payment link, poll payment status, or execute a supported direct wallet payment through the AltLLM Portal CLI. Do NOT use for wallet login, API key management, or billing history.
Payment-link creation, settlement polling, and direct wallet payment flows for the local altllm CLI.
Before the first
altllmcommand in a fresh checkout, read and follow:
../_shared/preflight.md../_shared/session-and-target.md
| Command | Purpose |
|---|---|
topup-crypto | Create a hosted or direct crypto payment link |
payment-status | Inspect or poll an existing payment link |
pay-payment-link | Send a direct on-chain payment for an existing link |
pay_currency values must fail fast.pay-payment-link must not pay terminal links (completed, expired, failed, deactivated).pay-payment-link --wait should emit one final JSON document.payment-status and pay-payment-link currently depend on the newest 100 records from GET /api/billing/payment-links?limit=100.ethusdterc20usdcerc20usdcbaseusdtbaseSee references/cli-reference.md for workflows and representative outputs.