> For the complete documentation index, see [llms.txt](https://curatorstudios.gitbook.io/fight-league/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://curatorstudios.gitbook.io/fight-league/technology/payment.md).

# Payment

Fight League uses Sequence Wallet as its payment system to allow players to safely and conveniently purchase in-game items and manage their assets with alternative payment options. Players can use Sequence Wallet to buy / trade NFTs / Power cards and other exclusive in-game items.

Fight League will support a range of payment methods through the use of Sequence Wallet, including the ability to purchase in-game assets / usdc directly with credit cards and debit cards via on-ramp providers. Currently, Sequence supports six on-ramp providers, such as Moonpay, Wyre, Ramp, UPI via Onmeta, Sardine, and PayTrie, giving players a variety of options.

All transactions made through the in-game wallet are recorded on the blockchain, providing a secure and transparent environment for all players.

Pls visit [Sequence site](https://docs.sequence.xyz/) for more info.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://curatorstudios.gitbook.io/fight-league/technology/payment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
