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

# Partner Attribution

> *Starting September 14th 2026, Partner Attribution trades from Standard accounts will be rejected, along with new integrator approvals for Standard accounts.*
>
> *Existing partners should update their logic to ensure client accounts are set to Plus or Premium. Account tiers can be updated using* [*changeAccountTier*](https://apidocs.rh.lighter.xyz/reference/changeaccounttier)*.*
>
> *See account types and fees for* [*Lighter Core*](https://apidocs.lighter.xyz/docs/account-types) *and the* [*Robinhood Chain instance*](https://apidocs.rh.lighter.xyz/docs/account-types)*.*

The Partner Attribution Program allows third-party integrators to build on top of Lighter and offer its trading infrastructure through their own frontend. Integrators can configure trading fees for users accessing Lighter through their interface, within global limits set by Lighter.

#### Integrator Fees

Integrators may configure fees for both spot and perpetual markets.

Global limits set by Lighter:

* Perpetual markets: up to 10 bps
* Spot markets: up to 1%
* Minimum fee increment: 0.01 bps

#### User Approval

Before fees can be applied, the user must sign a message approving the integrator’s fee configuration.

This approval:

* authorizes the integrator to charge the configured fees
* includes an expiry period (if integrator decides to include one)
* can be revoked by the user at any time

The approval has signature requirements depend on whether the integrator and user share the same L1 account.

* Different L1 accounts: L1 approval + L2 confirmation
* Same L1 account: L2 confirmation only

#### Begin your Integration:

API Docs: <https://apidocs.lighter.xyz/docs/partner-integration>

Python SDK: <https://pypi.org/project/lighter-sdk/>
