# How to make a Sia address

At some point, you'll need to receive Siacoins. You might be sending them over from an exchange wallet, another Sia wallet you own, or requesting Siacoins from a friend. No matter the reason, it's easy to generate an address in your Sia-UI wallet to receive Siacoins.

{% hint style="info" %}
You can also receive [Siafunds](/legacy/siafunds/what-are-siafunds.md) using one of these addresses. Siacoins **and** Siafunds can be sent to any address generated by Sia.
{% endhint %}

Go to the Wallet in Sia-UI. Click on the **Receive** tab.

![](/files/hnW6eZofu0UNJ4MrcqAe)

Click **Generate New Address** to create a new Siacoin address.

![](/files/0EryeNXjVohfOXQwfxAA)

Copy and paste this manually, or use the **Copy** button to the right to make sure you get the full address without any extra spaces.

Clicking **Generate New Address** again will move the Latest Address down a step, and create a brand new Siacoin address for you to use.

![](/files/kghHk796Z755z9s2WMn1)

Once you receive Siacoins, you'll see a history in the **Transactions** tab. You'll see 0/6, then 1/6, and so on. This indicates how many blocks have passed since the transaction has been processed. At six confirmations, we deem the transaction to be fully confirmed and will show a green checkmark.

![](/files/AyvSQ3kxMvgLrQR6lL2F)


---

# 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.sia.tech/legacy/your-sia-wallet/how-to-make-a-sia-address.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.
