> For the complete documentation index, see [llms.txt](https://docs.sia.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sia.tech/legacy/your-sia-wallet/wallet-troubleshooting/why-does-sia-ui-give-me-a-new-address-each-time-i-click-receive-siacoin.md).

# Why does Sia-UI give me a new address each time I click Receive Siacoin?

Address reuse is a security and privacy issue in the crypto space, affecting any blockchain project that uses addresses. You can read more about it [here](https://en.bitcoin.it/wiki/Address_reuse). In short, with a combination of address reuse and social engineering, a malicious party could identify you and how much cryptocurrency you hold.

## How it relates to your Siacoin wallet

When it comes to your Siacoin addresses, we try to avoid address reuse whenever possible. The Sia network is a blockchain project just like Bitcoin, and – in a worst-case scenario – your privacy could be compromised with address reuse. **Sia-UI will create a new receiving address whenever you click**`Generate New Address`**.** This is intentional.

## What about those old addresses I made?

Your old addresses still work! Every address generated by Sia will always link to your wallet. You can re-use previous addresses if your risk tolerance is higher than the risk created by doing it.

## How risky is it, really?

It can vary, and you should learn more about address reuse before making a decision. But most people seriously involved in the crypto space will tell you to err on the side of caution, and re-use addresses as little as possible.

## How do I find my old addresses?

To find a list of all addresses linked to your wallet, go to the Terminal tab and type:

`wallet addresses`


---

# 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://docs.sia.tech/legacy/your-sia-wallet/wallet-troubleshooting/why-does-sia-ui-give-me-a-new-address-each-time-i-click-receive-siacoin.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.
