Kuyumcu

Kuyumcu is a cryptocurrency swap service. It allows you to exchange Nano to Monero and vice-versa. The balance will be available in your personal wallet.

Address

  • monero.nano.trade

About

What are the limitations to the size of transactions?

Currently, the following limits per transaction apply:
For buying Monero: Minimum amount is 1 NANO. Maximum amount depends on the current Monero balance of Kuyumcu.
For selling Monero: Minimum amount is 0.01 XMR. Maximum amount depends on the current Nano balance of Kuyumcu.

Are there any fees for using the service?

No, there are no transaction fees. Transactions are carried out at the current exchange rate of Kuyumcu, which can be seen on the buy/sell buttons and on the deposit page. Enjoy!
Are there any recommended wallets?
First of all, remember to store your seed/private key in a safe place so that you can switch between wallets when there’s a problem with the wallet or device you’re using.
For Monero on mobile, you can download Cake Wallet from App Store/Google Play. On web, you can use MyMonero.
For Nano on mobile, you can download Natrium from App Store/Google Play. On web, you can use nault.cc.

How do I buy Monero?

To get Monero in exchange for Nano, you will need a Monero address where the bought Monero amount will be sent to. However, if you don’t have one, you can create a Monero address from a number of different services, for example with MyMonero. Also, you will need a Nano address with Nano balance.
On the Kuyumcu homepage, click the “BUY Monero” button.
Enter your Monero address that you want to receive coins to, and enter a Nano refund address (you can enter the address that you’re sending from), then click the “Continue” button.
You will be shown a Nano address. From your Nano wallet, send a Nano amount that you want to exchange with Monero. The amount you send must be between the specified minimum and maximum amounts (otherwise, you’ll be sent a refund).
Press the “Submit” button to finalize the transaction.
On the final screen, you will see the Monero amount you’ve bought and the exchange rate. It may take 15 minutes to get 3 confirmations on the Monero network.

How do I sell Monero?

To get Nano in exchange for Monero, you will need a Nano address where the bought Nano amount will be sent to. However, if you don’t have one, you can create a Nano address from a number of different services, for example with Nault. Also, you will need a Monero wallet with Monero balance.
On the Kuyumcu homepage, click the “SELL Monero” button.
Enter your Nano address that you want to receive coins to, and enter a Monero refund address (you can enter the address that you’re sending from) and click the “Continue” button.
You will be shown a Monero address. From your Monero wallet, send the Monero amount that you want to sell. The amount you send must be between the specified minimum and maximum amounts.
You can now close the page, it may take up to 15 minutes for Nano to be sent to your wallet.

Is there an API to get the current prices?

Yes! You can access it using the /api URL. You can see a simple example Python code that get prices using the API and automates Kuyumcu transactions here: github.com/nano-trade/API.