# Terminology

#### Send BSV

Ability for the user to send satoshis to a valid address on the network.

#### Receive BSV

reveals a BSV address or QR code.

#### History

It shows the history of transaction with transaction ID and block height.

#### Add account

Ability for the user to add  new account by creating new wallet with password, network selection and mnemonics .

#### Satoshis

The smallest indivisible unit is a bitcoin. 1E8 Satoshis = 1 bitcoin

#### Recovery phrase (also called seed phrase or mnemonic phrase)

A recovery phrase is a group of words, usually 12 or more that are generated when a new crypto wallet is created. You can use the recovery phrase to retrieve your crypto accounts, using any compatible wallet.

#### Passphrase

The Passphrase is an advanced feature that adds a 13th word of your choosing to your recovery phrase.

Using a Passphrase will cause an entirely different set of addresses to be created which cannot be accessed via the 12-word recovery phrase alone.

Aside of adding another layer, the Passphrase grants you plausible deniability when under duress.

If using a Passphrase, it’s key to store it securely and remember it perfectly, character for character.

#### Get Balance

Enables user to get the latest balance reflected in the account.

#### Airdrop

Testnet only. Will send a small amount of BSV test coins to your account.


---

# 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.taal.com/core-products/taal-wallet/terminology.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.
