# Crypto

Skolarships offers transactional processing through the use of cryptocurrency to scale and optimize transaction fees and time.&#x20;

Skolarships implements crypto PSPs including Coinbase Commerce, MoonPay, and BitPay to effectively process transactions on the platform.

<table data-full-width="false"><thead><tr><th width="134">Currencies</th><th width="106" data-type="checkbox">Ethereum</th><th data-type="checkbox">Solana</th><th width="114" data-type="checkbox">BNB Chain</th><th data-type="checkbox">Arbitrum</th><th data-type="checkbox">Polygon</th><th data-type="checkbox">Bitcoin</th></tr></thead><tbody><tr><td>USDT</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td><td>false</td></tr><tr><td>USDC</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td><td>false</td></tr><tr><td>ETH</td><td>true</td><td>true</td><td>false</td><td>false</td><td>false</td><td>false</td></tr><tr><td>SOL</td><td>false</td><td>true</td><td>false</td><td>false</td><td>false</td><td>false</td></tr><tr><td>BTC</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td><td>true</td></tr><tr><td>BNB</td><td>false</td><td>false</td><td>true</td><td>false</td><td>false</td><td>false</td></tr><tr><td>ARB</td><td>false</td><td>false</td><td>false</td><td>true</td><td>false</td><td>false</td></tr><tr><td>MATIC</td><td>false</td><td>false</td><td>false</td><td>false</td><td>true</td><td>false</td></tr><tr><td>SKO</td><td>true</td><td>false</td><td>false</td><td>false</td><td>false</td><td>false</td></tr></tbody></table>

{% hint style="info" %}
Currencies available for payments and tips dependent on network type.&#x20;

*Note: All crypto transactions are irreversible unless disputed with proper evidence.*
{% endhint %}


---

# Agent Instructions: 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://skolarships.gitbook.io/documentation/payments/crypto.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.
