> For the complete documentation index, see [llms.txt](https://pet-poodl.gitbook.io/pet-for-developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pet-poodl.gitbook.io/pet-for-developers/whitelabel/readme_whitelabel/features.md).

# Features

## More than 50 liquidity sources aggregated

Our API pools together different liquidity sources on different chains to find the best rates and routes for token swaps. This ensures that users always get the best deal, no matter what chain they're using.

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

## Multiple chains

The Poodl White Label is currently available on four chains:

* Ethereum
* BNB Chain
* Polygon
* Fantom

We also have plans to expand to additional chains in the future, so stay tuned for updates.

## Customizable token list

You can add your own tokens to the list, or simply use the \[default selection of vetted tokens]. This allows you to offer your community the options they want and need

## Affiliate fee feature

If you want to monetize the widget, you can set an affiliate fee as a percentage of each transaction. The proceeds will be sent to a wallet of your choosing, allowing you to earn additional revenue from the widget.

## Fully customizable UI

Whether you want to use the ready-to-go UI or customize it to match your branding, the Poodl White Label makes it easy to create a seamless and professional look.

## Performance tracking

A set of events are available to help you track how users are interacting with your customized widget. This can help you optimize the widget for better performance and engagement.


---

# 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://pet-poodl.gitbook.io/pet-for-developers/whitelabel/readme_whitelabel/features.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.
