# Receiving Payments

Creators and developers may earn bitcoin by selling their collections, referring others to the service or creating applications that utilize OrdinalsBot API.

### Payout Frequency

Payouts are done every day at 00:00 UTC and is managed through a daily batch run for eligible creators.

### Eligibility Criteria

To be eligible for inclusion in the daily batch run, the total accumulated earnings must be at least 200k sats. These earnings can be a combination of the following:&#x20;

• Mint Price&#x20;

• Referral Earnings&#x20;

• Additional Fees (by using `additionalFee` parameter when [creating orders](https://docs.ordinalsbot.com/api/create-a-direct-inscription-order#create-order))&#x20;

Please ensure that your combined earnings meet or exceed the **200k sats** threshold to be included in the daily batch payment.&#x20;

These minimums do not apply if you prefer to use a [Lightning Address](http://lightningaddress.com) to receive payouts instantly over Lightning Network.

### Checking Your Earnings

{% hint style="info" %}
Note that since service fees are dynamic it may not be possible to forecast or list exact earnings in satoshis/bitcoin.

The number of created orders with a specific referral code and paid orders are tracked as inscriptions are completed by the platform.
{% endhint %}

• Accumulated Earnings: You can check your current accumulated earnings by visiting [#get-referral-status](https://docs.ordinalsbot.com/api/referral-scheme#get-referral-status "mention").

• Last Payment: To view the details of the last payment made to you by visiting [referral-scheme](https://docs.ordinalsbot.com/api/referral-scheme "mention")and checking `payments` elements.


---

# Agent Instructions: 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:

```
GET https://docs.ordinalsbot.com/user-guide/receiving-payments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
