> 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/what-are-these-deductions-in-my-wallet.md).

# What are these deductions in my wallet?

Unexpected deductions of Siacoin from your Sia-UI wallet are not an immediate cause for concern. There are a few completely normal causes.

## **You are renting storage space, and the coins are paying for the storage space, as specified in your renter allowance.**

If you don't store any files, your coins will be returned to your wallet after the contract expires in three months.

## **You are hosting, and your coins are paying for collateral.**

If you are a good host (preserve uptime and preserve any files you are storing), your coins will be returned to your wallet after the contract expires in three months.

## **You may be running the same wallet (same seed) on multiple computers.**

This is not supported and can cause problems. You should delete both wallets and start over with fresh seeds. You can do this by clicking on the "Terminal" tab and typing \`wallet init --force\`. Then use the Recover Seed feature to restore your old seed to only one of the computers.

## **Something else may have gone wrong.**

If none of the above points describe your situation, you can delete your current wallet by clicking on the Terminal tab and typing:

`wallet init --force`

Then use the Recover Seed feature to restore your old seed to your new wallet. This should fix the problem.

## **Someone has access to your seed.**

This is the bad one. If someone has access to your 29-word seed, they can easily steal your Siacoin by loading it into another instance of Sia-UI. Keep your seed safe.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sia.tech/legacy/your-sia-wallet/wallet-troubleshooting/what-are-these-deductions-in-my-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
