> For the complete documentation index, see [llms.txt](https://pwrcash.gitbook.io/pwrcash-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pwrcash.gitbook.io/pwrcash-whitepaper/xi.-appendix/terms-used.md).

# Terms used

1. <mark style="color:purple;">**Cryptocurrency**</mark> - A digital or virtual currency that uses cryptography for security and operates independently of a central bank.
2. <mark style="color:purple;">**Blockchain**</mark> - A digital ledger of all cryptocurrency transactions that is decentralized, secure, and immutable.
3. <mark style="color:purple;">**Anonymous Bridge**</mark> - A tool that enables users to move their digital assets between different blockchains while maintaining a high level of privacy and anonymity.
4. <mark style="color:purple;">**Anonymity**</mark> - The state of being anonymous or unidentifiable, especially in online or financial transactions.
5. <mark style="color:purple;">**Delay Period**</mark> - The period of time during which the PWRCASH Anonymous Bridge waits before delivering the digital assets to the recipient wallet, in order to improve privacy and security.
6. <mark style="color:purple;">**Encryption**</mark> - The process of encoding information to make it unreadable to anyone except those who have the key or password to decrypt it.
7. <mark style="color:purple;">**User-friendly**</mark> - Easy to use and navigate, without complicated menus or tools.
8. <mark style="color:purple;">**Cross-Chain Swaps**</mark> - The exchange of one cryptocurrency for another between two different blockchains.
9. <mark style="color:purple;">**Centralized Exchange**</mark> - A cryptocurrency exchange that operates under a centralized authority or company.
10. <mark style="color:purple;">**Cryptography**</mark> - The practice of securing communication from third-party interference, through the use of mathematical algorithms.
11. <mark style="color:purple;">**Personal Information**</mark> - Any information that can be used to identify an individual, such as name, address, phone number, email, or financial data.
12. <mark style="color:purple;">**Security**</mark> - The measures taken to protect assets, including digital assets, from unauthorized access or theft.

<br>


---

# 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:

```
GET https://pwrcash.gitbook.io/pwrcash-whitepaper/xi.-appendix/terms-used.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.
