# Accounts Overview

### Existential Deposit

An address is active when it holds a set minimum amount on the Polkadot and Kusama networks, this quantity is called the **existential deposit (ED).** In Polkadot the **ED** is currently **1 DOT,** while on the Kusama network, it is set at **0.0000333333 KSM.**\
If wallet funds are lower than the existential deposit amount, the account will be deactivated (*reaped*) and any remaining funds are destroyed. In order to reactivate it, you must send an amount larger than the existential deposit. However, this will not restore the destroyed funds.&#x20;

Further useful information:

* If you **contribute to crowdloans,** make sure that your balance doesn't drop below the existential deposit or that you contribute your entire balance.
* If you are **staking, do not direct staking rewards to an inactive account.** If rewards are less than 1 DOT (0.0000333333 KSM), you will lose them.
* If you're sending a transaction that will reduce your balance below the existential deposit, you will be notified with the following message:

![](/files/BnEw4Aay379C6JYMdTiY)

You can read more here: <https://support.polkadot.network/support/solutions/articles/65000168651-what-is-the-existential-deposit->


---

# 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://wiki.fearlesswallet.io/accounts/overview.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.
