> For the complete documentation index, see [llms.txt](https://docs.lid.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lid.pro/start-here/quickstart-affiliate.md).

# Earn by sharing in 5 minutes

Earn by sharing other people's products: get your link from any product page, no application, a commission of 1% to 50% paid in seconds.

You don't need your own product. Share someone else's and earn a cut of every sale.

{% stepper %}
{% step %}

### Sign up

Go to [lid.pro](https://lid.pro) and create an account with your email.
{% endstep %}

{% step %}

### Find a product

Browse the products on Lid and pick something you would recommend. Each one shows its commission up front, set by the seller, from 1% to 50%.
{% endstep %}

{% step %}

### Get your link

Open the product page and click **Earn on this product**. Your personal link appears. No application, no waiting.
{% endstep %}

{% step %}

### Share it

Post your link where your audience is. One honest line on why you like the product works best.
{% endstep %}

{% step %}

### Get paid

The moment someone buys through your link, your cut arrives in digital dollars. There is nothing to claim and no payout button.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Share things you would actually buy. Your audience can tell the difference.
{% endhint %}

## Questions

<details>

<summary>How much do I earn?</summary>

The seller sets the commission, from 1% to 50% of the price. You see it on the product page before you share.

</details>

<details>

<summary>When do I get paid?</summary>

Seconds after the sale, automatically. Lid never holds your money.

</details>

<details>

<summary>Do I need permission from the seller?</summary>

No. Any product with a commission is open for anyone to share.

</details>

This is the link if you want to share: [lid.pro](https://lid.pro)


---

# 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.lid.pro/start-here/quickstart-affiliate.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.
