# PERQ SDK & Whitelabeling

PERQ offers an SDK that allows projects to run PERQ Pools with their own branding, as part of their own dApps.

As an example, existing projects can integrate a "Stake USDC/ETH" section next to their native token staking pool on their dApp, where their users can stake their stable assets to farm and claim the native project token, claim it, and then immediately stake them all on the same page.

Another example would be running customized launchpools directly on the project's native website to provide a smoother onboarding process for depositors and avoid confusion or friction coming from users seeing other launchpools as would be the case on the PERQ dApp (Think of competing LBPs running at the same time on Fjord Foundry for example).

The SDK for this process is currently readily available for any team setting up a PERQ Pool.


---

# Agent Instructions: 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:

```
GET https://docs.perq.finance/perq-sdk-and-whitelabeling.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.
