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

# Overview

PinkChain is a Layer-1 EVM Blockchain Platform focused on DeFi, GameFi and Metaverse. It is the first PoW Blockchain to have Liquidity Mining and Staking, a greater alternative to PoW Ethereum. PinkChain is Scalable, Sustainable, High-performance Blockchain Platform and fully compatible with EVM enabling developers to build scalable user-friendly dApps at nearly zero cost. PinkChain ensures real decentralization using Proof of Work (PoW).\
\
✅ EVM Compatibility: Popular Ethereum tooling and full support for solidity and vyper makes it easy to port dApps over.

✅ GPU Mining: Fully supports GPU mining, redirect your hashes to PinkChain if you are ex-ethereum miner.

✅ Staking & Farming: Stake your coins and farm LPs to earn PINK.

✅ Cross-chain Support: Connected to popular public chains with Pink Bridge, enables cross-chain data and token transfers.

✅ High Performance: Handles 2,000+ tx per block on open network while maintaining security and scalability.

✅ Zero Fees: Designed in such way that the transaction fee remains nearly 0 (currently 0.0000001$) forever.

✅ Native Stablecoin: PUSD - the native stablecoin of PinkChain ecosystem powered by PinkDAO pegged to USD.


---

# 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://pinkchain.gitbook.io/introduction/overview.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.
