# Adding coins to your Wallet

Currently, the Luxy marketplace supports the following networks and coins to execute all on-chain operations:

* **Polygon:**
  * MATIC
  * WMATIC
  * USDC
* **Syscoin:**
  * SYS
  * WSYS
  * USDC
  * LUXY
* **Ethereum**:
  * ETH
  * WETH
  * USDC
* **Rollux**:
  * SYS
  * WSYS
  * USDC
  * LUXY

## Polygon

To buy MATIC, follow the instructions below:

* **ETH-Polygon bridge**: You don't need to register for an account. You just need to connect your wallet to the Polygon Web Wallet. [Here's a quick guide they made to help you out.](https://docs.polygon.technology/docs/develop/wallets/polygon-web-wallet/web-wallet-v2-guide/)
* **Crypto.com Withdraw**: You can withdraw tokens as ERC20 via your Crypto.com account (if you have one). Bear in mind you need an account to do so. [Here's a quick guide they made to help you out.](https://help.crypto.com/en/articles/3511870-how-to-withdraw-cryptocurrency-from-my-crypto-com-exchange-wallet-to-external-wallet-address)
* **Binance Withdraw:** Similar to the Crypto.com withdrawal, you can withdraw tokens as ERC20 via your Binance account. [Here's a quick guide they made to help you out.](https://www.binance.com/en/support/faq/85a1c394ac1d489fb0bfac0ef2fceafd)
* **KuCoin Withdraw**: Like Crypto.com and Binance, you can withdraw tokens as ERC20 via your KuCoin account. [Here's a quick guide they made to help you out.](https://support.kucoin.plus/hc/en-us/articles/900006083046-How-to-Make-a-Withdrawal-And-How-to-Transfer-Between-Internal-Accounts-on-KuCoin-#h_01F5DFA2R13PNBSCW1SXGQHH07)

From inside Luxy, you can also use our payment integrations, **Wert** and **Binance Connect**, to add MATIC to your wallet directly with a credit card! Here are some guides we created to help you out!

* ## [LUXY — WERT Payment Solutions](https://luxy-io.medium.com/luxy-wert-payment-solutions-27c4d39fc15c) <a href="#id-16a6" id="id-16a6"></a>
* ## [LUXY — BINANCE CONNECT Payment Solutions](https://luxy-io.medium.com/luxy-binance-connect-payment-solutions-369b4df95b48) <a href="#id-8662" id="id-8662"></a>

Once you have MATIC in your wallet, you can swap it for other tokens using one of the dApps listed on our [Finance Page](https://finance.luxy.io/)!

## Syscoin

There are two types of SYS tokens: UTXO and NEVM. On Luxy, we use NEVM.

To buy SYS NEVM, you can either buy it on one of the below-listed exchanges or buy SYS UTXO and **bridge** it to SYS NEVM.

The exchanges that list SYS (UTXO and NEVM) are available [**here**](https://syscoin.org/get-sys#exchanges)**.**

For bridging the UTXO token, you can use the Syscoin bridge. [More instructions can be found here](https://bridge.syscoin.org/).

Like Polygon, you can swap your SYS to any of the other tokens supported on Syscoin using one of the dApps recommended on our [Finance page](https://finance.luxy.io/)!

## $LUXY

You can buy $LUXY directly on Pegasys!

* ## [Luxy trading pairs on Pegasys](https://app.pegasys.fi/#/swap?inputCurrency=0x28c9c7fb3fe3104d2116af26cc8ef7905547349c\&outputCurrency=0x6aaee51366f8435e1ad527f5ecdc276bf1dc0b86)

{% hint style="info" %}
Finally, remember that the Polygon Network's gas cost is charged in MATIC, and the Syscoin Network's gas is charged in SYS. So it's advisable to swap your tokens directly to MATIC/SYS before you send/bridge them to Polygon/Syscoin to cover the gas fees!
{% 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://docs.luxy.io/help-center/getting-started/getting-coins.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.
