> For the complete documentation index, see [llms.txt](https://docs.premia.blue/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.premia.blue/resources/vip-and-institutional-services.md).

# VIP & Institutional Services

Hi Anon, yes, you are a very important person. \
As our VIP services at the base level are permissionless, everyone is eligible!

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td>Advocate Program</td><td><ul><li>Learn and Earn</li><li>Refer friends and receive rewards</li><li>Content creators rejoice</li><li>Combine with the Affiliate Program</li></ul></td><td>Please reach out to <a href="mailto:vip.support@premia.finance?subject=VIP%20Advocate%20Onboarding">vip.support@premia.finance</a> with any questions.</td></tr><tr><td>Affiliate Program</td><td><ul><li>Monetize your network and earn back commissions.</li><li>4 Commision Tiers (5%, 10%, 20%, ?%)</li><li>Combine with the Advocate Program</li><li>Personalized Ref Links for Top Affiliates</li></ul></td><td>Please reach out to <a href="mailto:vip.support@premia.finance?subject=VIP%20Affiliate%20Onboarding">vip.support@premia.finance</a> with any questions.</td></tr><tr><td>Market Maker Program</td><td><ul><li>Competitive fee schedules compared to Centralized Exchanges</li><li>Rebates based on volume</li><li>Tight Spreads = Rebates + Discounts</li><li>OTC trades are KYC enabled</li><li>All options are composable with AMM</li><li>Programmatic Quotes/Trading via API or SDK</li></ul></td><td>Please reach out to <a href="mailto:t1.support@premia.finance?subject=MM%20Onboarding">t1.support@premia.finance</a> with any questions.</td></tr><tr><td>Broker / Institutional Program</td><td><ul><li>Best Execution payment for order flow</li><li>Route orders to Premia, receive a percentage of the taker fees collected</li><li>Commissions/Spreads okay</li><li>Programmatic Quotes/Orders via API or SDK</li></ul></td><td>Please reach out to <a href="mailto:t1.support@premia.finance?subject=Broker%20Onboarding">t1.support@premia.finance</a> with any questions.</td></tr></tbody></table>

For an institutional overview presentation,[ please reach out](mailto:t1.support@premia.finance)!


---

# 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.premia.blue/resources/vip-and-institutional-services.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.
