> For the complete documentation index, see [llms.txt](https://pocketpay.gitbook.io/pocketpay/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pocketpay.gitbook.io/pocketpay/white-paper/products-and-services/third-party-integration.md).

# Third-Party Integration

PocketPay openness and flexibility through third-party integration capabilities. Our APIs and developer documentation facilitate easy integration of various payment solutions into apps and Dapps, expanding the possibilities for merchants and developers. This open approach allows for the creation of customized payment experiences and the integration of PocketPay's functionalities into existing systems, broadening the platform's applicability across the digital landscape.

All the price feeds on PocketPay are powered by the [Pyth Protocol](https://www.pyth.network).

<figure><img src="/files/qCLtNu1IALuwCea19p7X" alt=""><figcaption></figcaption></figure>

Cross chain payments on PocketPay is powered by the [Circle](https://www.circle.com) CCTP Payment protocol.

<figure><img src="/files/JMCgtjDEcHfMfWgHbFJX" alt=""><figcaption></figcaption></figure>

All the Solana payments are powered by [SolanaPay](https://solanapay.com)

<figure><img src="/files/GpTUZcUyS5uR3zrj8JwG" alt="" width="375"><figcaption></figcaption></figure>

Solana namer services on the PocketPay app are powered by the [SNS](https://www.sns.id)

<figure><img src="/files/592MnT5AtKMVRLMQjXTV" alt=""><figcaption></figcaption></figure>


---

# 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://pocketpay.gitbook.io/pocketpay/white-paper/products-and-services/third-party-integration.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.
