> For the complete documentation index, see [llms.txt](https://prizm.gitbook.io/pzm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prizm.gitbook.io/pzm/wp/introduction.md).

# Introduction

Bitcoin is the world's first decentralized digital currency, allowing you to store and transfer cryptographic coins easily using the P2P network to transmit information, hashing as a synchronization signal to prevent double spending, as well as a powerful scripting system to determine the owner of coins. This demonstates a growing technology and business infrastructure. According to the original design, bitcoins are interchangeable and seen as a neutral means of exchange. Bitcoins may have special properties supported by either the Issuer or a public agreement, and have a value independent of the underlying nominal value. Bitcoin has proven that the P2P electronic payment system can really work and process payments without any third party involvement.

However, for the entire e-economy to be based on a fully decentralized peer-to-peer solution, the system must be able to do the following:

1. **Process transactions securely, quickly and efficiently, in the amount of thousands per hour or more.**
2. **Encourage people to participate in network security.**
3. **Scale at the global level with the minimum consumption of resources.**
4. **And to be able to work on a wide range of devices including mobile.**

PZM (pronounced as "Prizm") meets all these conditions. Another advantage, the unique one, is **PARAMINING**, which is not presented in any other existing cryptocurrencies.

### But more on that later.


---

# 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, and the optional `goal` query parameter:

```
GET https://prizm.gitbook.io/pzm/wp/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
