# What's the difference between wallet and account

<mark style="color:orange;">**Seeing that Teleport supports two wallet types, the relationship between a  wallet and account has to be approached on both wallet types (i.e. ID and Normal wallets)**</mark>

## **- ID wallet and Account**

* The relationship between ID wallets and accounts is the same as that of mnemonic words and private keys.&#x20;
* Each ID wallet represents a pair of mnemonic words, while the account represents a private key.
* With the mnemonic words, you can generate as many private keys as you want which can be used to derive addresses on different chains.

**Generally speaking, you can regard the wallet as a package consisting of accounts on different chains with each wallet administering its own accounts.**

## **- Normal wallet and Account**

Since normal wallets are imported by private key and each account represents a private key, you can regard the normal wallet as equal to an account.

**You can not generate a new account under a normal wallet, and can only get accounts on the specific chains you select while importing the normal wallet.**


---

# 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.teleportwallet.io/guides/tutorial/whats-the-difference-between-wallet-and-account.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.
