> For the complete documentation index, see [llms.txt](https://docs.pharos.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pharos.xyz/tooling-and-infrastructure.md).

# Tooling & Infrastructure

- [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)
- [Anvita Flow](https://docs.pharos.xyz/tooling-and-infrastructure/overview.md)
- [Publish Service Agent](https://docs.pharos.xyz/tooling-and-infrastructure/overview/publish-skill-af.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 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://docs.pharos.xyz/tooling-and-infrastructure.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.
