> For the complete documentation index, see [llms.txt](https://whitepaper.newgoldprotocol.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.newgoldprotocol.io/1.-introduction-the-evolution-of-finance.md).

# 1. Introduction: The Evolution of Finance

Traditional finance is dominated by centralized institutions—banks, exchanges, and brokers—that impose strict access barriers and charge high transaction fees. Cross-border remittance is slow and expensive, while credit services remain tightly controlled, often inaccessible to underserved populations.

The emergence of Bitcoin in 2009 introduced decentralized peer-to-peer value transfer, solving the double-spending problem and pioneering a new digital economy. Ethereum (2015) enabled programmable finance through smart contracts, giving rise to DeFi 1.0. This era brought decentralized exchanges, lending protocols, and liquidity mining, but it also suffered from inefficiencies, liquidity fragmentation, and impermanent loss.

DeFi 2.0 sought improvements with protocol-controlled value (PCV), liquidity aggregation, and layer-2 scaling. However, reliance on inflationary token rewards created Ponzi-like systems, leading to instability and collapse in many cases. Concentrated governance and fragile models undermined sustainability.

Web3 today still lacks systematic fiscal structures, standardized financial constraints, and fair pricing mechanisms. The market is driven by speculation rather than real value creation. It is within this landscape that NGP positions itself as a transformative force.


---

# 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://whitepaper.newgoldprotocol.io/1.-introduction-the-evolution-of-finance.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.
