# I lost my seed. What do I do?

Your Sia seed grants full access to your wallet and balance of Siacoins. For various security reasons, the Sia team does not and is not able to have access to any user's seeds. We cannot recover your seed for you.

{% hint style="danger" %}
**Losing your seed means permanently losing access to your coins.**
{% endhint %}

But you might not be totally stuck.

## A way to view your seed

This is a way in which you can locate your current seed using Sia. *If your wallet happens to already be unlocked*, you can recover the seed using a command. In Sia-UI, click the `>` at the top to access the Terminal.

Follow these steps if your wallet is currently unlocked.

1. Click on the Terminal tab
2. Type: `wallet seeds`

and your wallet's seed will be presented to you. Make sure you safely store it right away.

Additionally, if you've updated to 1.4.0 or later, you can access your Sia wallet, click on More, and choose **View Seed.**

![](/files/fRDiuR0kufz1DIPFVMTu)

Learn more about the [importance of your seed](/legacy/your-sia-wallet/the-importance-of-your-seed.md)**.**

How do I [delete my current wallet and start over](/legacy/your-sia-wallet/wallet-troubleshooting/delete-your-seed-and-make-a-new-one.md)?


---

# 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/wallet-troubleshooting/i-lost-my-seed.-what-do-i-do.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.
