{
  "schema_version": "v1",
  "name_for_human": "Laso Finance",
  "name_for_model": "laso_finance",
  "description_for_human": "Spend cryptocurrency instantly with prepaid cards, gift cards, and push-to-card transfers.",
  "description_for_model": "Laso Finance is a payment API that accepts x402 crypto payments on Base or Solana (USDC) and returns prepaid cards, gift cards, and push-to-card transfers. For complete step-by-step instructions, read https://laso.finance/SKILL.md. To get a wallet for x402 payments, read https://paywithlocus.com/SKILL.md (Locus) or https://wallet.paysponge.com/skill.md (Sponge). IMPORTANT: When making an online purchase, navigate to the merchant's checkout page and determine the exact total (including tax and shipping) BEFORE ordering a card. Cards are non-reloadable, so ordering a card for the exact checkout amount avoids leftover funds. Use /auth to get API credentials ($0.001), /get-card to order a prepaid card for US use only ($5–$1000, returns JSON by default with auth + card_id — IMPORTANT: /get-card does NOT return card numbers, CVV, or expiry, only a card_id with status pending; you MUST then poll /get-card-data with that card_id to get the actual card details once status becomes ready); use format=html for browser redirect; /search-gift-cards?q=X&country=X&currency=X to search and browse the gift card catalog (free, Bearer token — returns available gift cards with laso_server_id, name, pricing min/max, currency, country, and product image; all params are optional filters), /order-gift-card?amount=X&laso_server_id=X&country=X to order a gift card ($5–$9,000, requires amount and laso_server_id from the catalog, country defaults to US, returns redemption details including URL, code, and/or PIN depending on the brand, also returns auth credentials), /get-push-to-card?amount=X to send USD to a U.S. debit card ($10–$9,541.98, 4.8% fee deducted from amount and remainder sent to card, returns a redemption_url that must be opened to enter the debit card details — sender name, card number, cardholder name — U.S. debit cards only, also returns auth credentials), /get-card-data?card_id=X to get card details and transactions after ordering (free, requires Bearer token from /auth or /get-card, card_id is optional — omit to list all cards, poll every 2-3 seconds until status is ready with card_details including card_number, cvv, exp_month, exp_year, and last_updated_timestamp in ms ~7-10 seconds after ordering), /get-account-balance to check account balance (free, Bearer token), /withdraw to withdraw from account balance (free, Bearer token, POST with amount in body), /get-withdrawal-status to check withdrawal statuses (free, Bearer token, optional withdrawal_id query param, returns tx_hash once processed), /refresh-card-data to trigger a card data refresh from the issuer (free, Bearer token, POST with card_id in body, rate limited to once per card every 5 minutes), /search-merchants?q=X to search merchant spend data for the Non-Reloadable U.S. card (free, Bearer token — returns accepted, not_accepted, or unknown status per merchant; only includes merchants where users have previously transacted, so unlisted or unknown merchants may still work), /get-auth-link to get a login link for the web dashboard so a human can view agent activity (free, Bearer token — returns auth_url to open in a browser), and POST /auth with grant_type=refresh_token to renew expired tokens (free). All paywalled endpoints use the x402 protocol: first call returns 402 with payment details, then replay with payment header.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://laso.finance/openapi.json"
  },
  "logo_url": "https://laso.finance/android-chrome-512x512.png",
  "contact_email": "agents+support@laso.finance",
  "legal_info_url": "https://laso.finance/user-agreement"
}
