> 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/buy-on-lid/for-buyers.md).

# Buying on Lid

What happens when you buy on Lid: sign in with an email, pay with digital dollars (USDC), get access right away. Card payments are being built.

Someone shared a link with you, or you found something you want. This page walks you through what happens when you buy.

## What happens when you buy

1. Open the product page and select **Buy now**.
2. Sign in with your email. Lid creates an account for you on the spot.
3. Pay with digital dollars (USDC). The price on the page is the amount you pay.
4. You get access immediately. Files are ready to download, and courses open right away.

{% hint style="info" %}
Card payments and Apple Pay are being built. Today checkout takes digital dollars (USDC).
{% endhint %}

## What you need

An email address, and digital dollars (USDC) to pay with. If you do not have any yet, any exchange or wallet app that sells USDC on Solana works. There is nothing to install.

## How your payment is handled

* Sellers never see your payment details.
* If a product has a refund window, your payment is protected during it. Read more in [Refunds and protection](/buy-on-lid/refunds-and-protection.md).
* Everything you buy lives in one place in your account. See [Your purchases](/buy-on-lid/your-purchases.md).

## Common questions

<details>

<summary>Do I need an app?</summary>

Lid runs in your browser. Open the link, sign in with your email, and you are set.

</details>

<details>

<summary>What are digital dollars?</summary>

Money that works like dollars and moves over the internet in seconds. On Lid they are USDC: one USDC is one US dollar. The price you see is the price you pay.

</details>

<details>

<summary>Can I pay with my card?</summary>

Not yet. Card payments and Apple Pay are being built. Today you pay with digital dollars (USDC).

</details>

<details>

<summary>Is my purchase tied to one device?</summary>

Your purchases live in your account. Sign in with the same email from any device and everything is there.

</details>

This is the link if you want to look around: [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/buy-on-lid/for-buyers.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.
