> For the complete documentation index, see [llms.txt](https://docs.payram.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payram.com/onboarding-guide/funds-sweeping.md).

# Funds Sweeping

***

## **Prerequisites**

Before proceeding with this section, ensure the following steps are completed:

* The PayRam server is installed and running.
* Done with wallet configuration and able to accept payments.
* Hot wallet configuration has been successfully completed.

***

## **Sweep process by blockchain network**

The way sweeping works depends on the blockchain you are using.

{% tabs %}
{% tab title="EVM Family & Tron :" %}

* In the EVM family (Ethereum, Base, Polygon) and Tron, sweeping is handled through the sweep contract you have already deployed. It automatically collects funds from your deposit wallets and sends them to your cold wallet. No additional setup is needed. It's simply magic.
  {% endtab %}

{% tab title="Bitcoin & other networks :" %}

* Bitcoin does not support on-chain smart contracts like EVM and Tron. Sweeping for Bitcoin is done using the PayRam Bitcoin mobile app, which follows a separate process. You will use the app to move funds from your BTC deposit wallets to your cold wallet.
  {% endtab %}
  {% endtabs %}

Check out the BTC sweep process step-by-step guide to learn how to transfer funds using the PayRam mobile app. If you accept payments in BTC, follow this sweep process guide.

{% content-ref url="/pages/WMcsbo96Aeq8pWsyBucU" %}
[Bitcoin Funds Sweep Guide](/onboarding-guide/funds-sweeping/bitcoin-funds-sweep-guide.md)
{% endcontent-ref %}


---

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

```
GET https://docs.payram.com/onboarding-guide/funds-sweeping.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.
