# docs.pharos.xyz

## Pharos Docs

- [About Pharos](https://docs.pharos.xyz/introduction/readme.md)
- [Vision & Mission](https://docs.pharos.xyz/introduction/vision-and-mission.md)
- [Why Pharos](https://docs.pharos.xyz/introduction/why-pharos.md): Elevating Blockchain Efficiency: A Deep Dive into Scalability and Optimization
- [Encyclopedia](https://docs.pharos.xyz/introduction/encyclopedia.md)
- [Network](https://docs.pharos.xyz/getting-started/network.md)
- [Atlantic Testnet](https://docs.pharos.xyz/getting-started/network/atlantic-testnet.md)
- [Pacific Mainnet](https://docs.pharos.xyz/getting-started/network/pacific-mainnet.md)
- [Canonical Contracts](https://docs.pharos.xyz/getting-started/canonical-contracts.md)
- [Token Registry](https://docs.pharos.xyz/getting-started/token-registry.md)
- [Gas Model](https://docs.pharos.xyz/getting-started/gas-model.md): Understanding Gas Refund and Gas Limit in Pharos Transactions
- [FAQs](https://docs.pharos.xyz/getting-started/faqs.md)
- [Validator Accountability](https://docs.pharos.xyz/node-and-validator-guide/validator-accountability.md)
- [Validator Requirements](https://docs.pharos.xyz/node-and-validator-guide/validator-requirements.md)
- [Validator Node Deployment](https://docs.pharos.xyz/node-and-validator-guide/validator-node-deployment.md)
- [Using Docker](https://docs.pharos.xyz/node-and-validator-guide/validator-node-deployment/using-docker-deployment.md)
- [Using Binary](https://docs.pharos.xyz/node-and-validator-guide/validator-node-deployment/using-binary-deployment.md)
- [Node Configuration](https://docs.pharos.xyz/node-and-validator-guide/validator-node-deployment/node-configuration.md)
- [Node Management](https://docs.pharos.xyz/node-and-validator-guide/node-management.md)
- [Rapid Node Initialization](https://docs.pharos.xyz/node-and-validator-guide/rapid-node-initialization.md)
- [Rapid Node Initialization(Testnet)](https://docs.pharos.xyz/node-and-validator-guide/rapid-node-initialization/rapid-node-initialization-testnet.md)
- [Rapid Node Initialization(Devnet)](https://docs.pharos.xyz/node-and-validator-guide/rapid-node-initialization/rapid-node-initialization-devnet.md)
- [Pharos Network Snapshots](https://docs.pharos.xyz/node-and-validator-guide/pharos-network-snapshots.md)
- [Node Debugging & Configuration](https://docs.pharos.xyz/node-and-validator-guide/node-debugging-and-configuration.md)
- [Node Monitoring Setup](https://docs.pharos.xyz/node-and-validator-guide/node-monitoring-setup.md)
- [Rollback Blocks](https://docs.pharos.xyz/node-and-validator-guide/rollback-blocks.md)
- [Pharos Testnet: Rebuild Node with Preserved Node Info](https://docs.pharos.xyz/pharos-testnet-rebuild-node-with-preserved-node-info.md)
- [Pharos Node Monitoring](https://docs.pharos.xyz/pharos-node-monitoring.md)
- [Enable AutoPruning in Pharos Node](https://docs.pharos.xyz/enable-pruning-in-pharos-node.md)
- [Block Explorer](https://docs.pharos.xyz/tooling-and-infrastructure/block-explorer.md)
- [Hemera SocialScan](https://docs.pharos.xyz/tooling-and-infrastructure/block-explorer/hemera-socialscan.md)
- [RPC Infrastructure](https://docs.pharos.xyz/tooling-and-infrastructure/rpc.md)
- [ZAN RPC](https://docs.pharos.xyz/tooling-and-infrastructure/rpc/zan.md): ZAN Node offers stable and fast RPC connections to Pharos Network, while providing a range of enhanced capabilities to data retrieval API and dynamic monitoring of smart contracts and assets.
- [Alchemy RPC](https://docs.pharos.xyz/tooling-and-infrastructure/rpc/alchemy.md)
- [Nirvana RPC](https://docs.pharos.xyz/tooling-and-infrastructure/rpc/nirvana.md)
- [Indexer](https://docs.pharos.xyz/tooling-and-infrastructure/indexing.md)
- [Goldsky](https://docs.pharos.xyz/tooling-and-infrastructure/indexing/goldsky.md): Goldsky is a high-performance data indexing provider that makes it easy to extract, transform, and load on-chain data to power both application and analytics use cases.
- [Oracle](https://docs.pharos.xyz/tooling-and-infrastructure/oracles.md)
- [Chainlink Data Feeds](https://docs.pharos.xyz/tooling-and-infrastructure/oracles/chainlink-ds.md)
- [Chainlink Push Engine Feeds](https://docs.pharos.xyz/tooling-and-infrastructure/oracles/chainlink-pe.md)
- [Supra](https://docs.pharos.xyz/tooling-and-infrastructure/oracles/supra.md)
- [Cross Chain Infrastructure](https://docs.pharos.xyz/tooling-and-infrastructure/cross-chain.md)
- [Chainlink CCIP](https://docs.pharos.xyz/tooling-and-infrastructure/cross-chain/chainlink-ccip.md)
- [Circle CCTP](https://docs.pharos.xyz/tooling-and-infrastructure/cross-chain/circle-cctp.md)
- [LayerZero](https://docs.pharos.xyz/tooling-and-infrastructure/cross-chain/layerzero.md)
- [Wallet](https://docs.pharos.xyz/tooling-and-infrastructure/wallets.md)
- [Safe MultiSig](https://docs.pharos.xyz/tooling-and-infrastructure/wallets/safe.md)
- [Fordefi](https://docs.pharos.xyz/tooling-and-infrastructure/wallets/fordefi.md)
- [Pharos Skill Engine](https://docs.pharos.xyz/tooling-and-infrastructure/pharos-skill-engine-guide.md)
- [Piggy Bank Tutorial](https://docs.pharos.xyz/tooling-and-infrastructure/pharos-skill-engine-guide/piggybank-skill-guide.md)
- [JSON-RPC API Methods](https://docs.pharos.xyz/api-and-sdk/json-rpc-methods.md)
- [eth\_getProof — Storage State Verification (SPV)](https://docs.pharos.xyz/api-and-sdk/eth-getproof.md)
- [SPV Proof Theory Explanation](https://docs.pharos.xyz/api-and-sdk/eth-getproof/spv-proof-theory.md)
- [Foundry](https://docs.pharos.xyz/developer-guide/foundry.md)
- [Write Your First dApp](https://docs.pharos.xyz/developer-guide/foundry/write-your-first-dapp.md)
- [Write Your First Token](https://docs.pharos.xyz/developer-guide/foundry/write-your-first-token.md)
- [Write Your First NFT](https://docs.pharos.xyz/developer-guide/foundry/write-your-first-nft.md)
- [Write Your First Uniswap Contract](https://docs.pharos.xyz/developer-guide/foundry/write-your-first-uniswap-contract.md)
- [Hardhat](https://docs.pharos.xyz/developer-guide/hardhat.md)
- [Write Your First dApp](https://docs.pharos.xyz/developer-guide/hardhat/write-your-first-dapp.md)
- [Write Your First Token](https://docs.pharos.xyz/developer-guide/hardhat/write-your-first-token.md)
- [Write Your First NFT](https://docs.pharos.xyz/developer-guide/hardhat/write-your-first-nft.md)
- [Write Your First Uniswap Contract](https://docs.pharos.xyz/developer-guide/hardhat/write-your-first-uniswap-contract.md)
- [Rust](https://docs.pharos.xyz/developer-guide/rust.md)
- [Interoperability](https://docs.pharos.xyz/developer-guide/interoperability.md)
- [Call EVM From WASM](https://docs.pharos.xyz/developer-guide/interoperability/call-evm-from-wasm.md)
- [x402](https://docs.pharos.xyz/developer-guide/x402.md): A developer guide on how to get started with x402 on Pharos
- [EVM](https://docs.pharos.xyz/resources/evm.md)
- [Solidity](https://docs.pharos.xyz/resources/solidity.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.pharos.xyz/introduction/readme.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.
