# Existential Deposit

In Polkadot, we have something called Existential Deposit (ED). When you generate an account (address), you only generate a *key* that lets you access it. The account does not exist yet on-chain. For that, it needs the existential deposit of 1 DOT.

If you fall below the existential deposit limit, your account will be ***reaped***.  That means your account will be wiped from the blockchain's state to conserve space, along with any funds in that address. **You do not lose access to the reaped address** - as long as you have your private key or recovery phrase, you can still use the address - but **it needs a top-up of another existential deposit** to be able to interact with the chain.

It is important to note that transaction fees do not lead to an account being deleted. This is because the fees are deducted from the account before any other transaction logic. If an account has a balance that is equal to the required minimum deposit, it cannot create a valid transaction. To complete a transaction, additional funds must be added to cover the transaction fees.

## Existential Deposit[​](https://wiki.polkadot.network/docs/build-protocol-info#existential-deposit)s <a href="#existential-deposit" id="existential-deposit"></a>

* Polkadot: 1 DOT (currently 1,5)
* Polkadot Asset Hub: 0.01 DOT (currently 0.5)
* Kusama: 0.000333 KSM&#x20;
* Kusama Asset Hub: 0.000003333 KSM

If you send a transfer with a value below the ED to a new account, it will **fail**.&#x20;

## Royalties and Existential Deposit

If you are getting royalties from the collection, you need to have this existential deposit in the account that is receiving these royalties. If you remove the existing deposit, you will not be able to receive royalties and they may be lost.&#x20;

**In order to receive royalties, always keep your existential deposit in your wallet on the correct chain!**

## Teleport and Existential Deposit

Always be aware of how much of your funds you teleport so you don't lose your funds and get yourself under the ED.

## Source

* [Polkadot Wiki](https://wiki.polkadot.network/docs/build-protocol-info#:~:text=Existential%20Deposit%E2%80%8B,storage%20and%20the%20nonce%20reset.)
* [Polkadot Support](https://support.polkadot.network/support/solutions/articles/65000181800-what-is-asset-hub-and-how-do-i-use-it-#:~:text=To%20hold%20a%20non%2Dsufficient,KSM%20on%20Kusama%20Asset%20Hub.)


---

# 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://hello.kodadot.xyz/information/existential-deposit.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.
