> For the complete documentation index, see [llms.txt](https://docs.proxima.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxima.tools/wallets/generate-activity.md).

# Generate Activity

***

### How to Generate Activity

To generate activity, select one or more wallets from the wallet table, then click **Generate Activity**.

A modal opens where you can configure how wallets will perform repeated buy and sell actions over time.

<figure><img src="/files/AzPGxzbQlYESsKHsor8p" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Once started, Proxima handles execution automatically in the background.
{% endhint %}

***

### Activity Settings

#### Volume per Tx

<div align="left"><figure><img src="/files/qaIYaMIXnXJHHBHwFwzR" alt="" width="375"><figcaption></figcaption></figure></div>

Defines the amount used for each buy and sell transaction.

* Can be set as a **fixed value**
* Or as a **randomized range** to avoid repetitive patterns

{% hint style="info" %}
The wallet must have enough balance to cover the configured volume.
{% endhint %}

#### Loop Count

<div align="left"><figure><img src="/files/y8mTuYzcuffKYvjmOjt2" alt="" width="375"><figcaption></figcaption></figure></div>

Number of buy → sell cycles each wallet will perform.

* Each loop equals one buy and one sell
* Higher loop counts create deeper transaction history

#### Delay

<div align="left"><figure><img src="/files/8OeE31YsDnnbK38AbjIX" alt="" width="375"><figcaption></figcaption></figure></div>

Time between each loop execution.

* Short delays → faster activity
* Longer delays → more natural behavior

{% hint style="info" %}
Delays help avoid obvious, machine-like execution patterns.
{% endhint %}

#### Use Axiom (optional)

<div align="left"><figure><img src="/files/Ohn5NK9z2THV5i30a4WA" alt="" width="375"><figcaption></figcaption></figure></div>

When enabled, activity is routed through Axiom.

This makes wallets appear as if they interacted with Axiom on-chain, improving stealth on analytics tools.

{% hint style="warning" %}
&#x20;This option increases execution fees.
{% endhint %}

***

### Ongoing Activity Status

<div align="left"><figure><img src="/files/pQT5VotSGziK8ymw0XI4" alt="" width="262"><figcaption></figcaption></figure></div>

Once activity starts, Proxima displays a live status window showing:

* Activity configuration
* Start time and estimated time left
* Execution progress
* Per-wallet transaction count and volume

{% hint style="info" %}
Activity runs in the background and does not require manual monitoring.
{% endhint %}

***

### When to Use Generate Activity

Generate Activity is useful when:

* Wallets are funded but unused
* Preparing wallets before a launch
* Avoiding fresh-wallet flags&#x20;
* Simulating realistic on-chain behavior

{% hint style="info" %}
This feature is **optional**, but strongly recommended for maximum stealth.
{% endhint %}


---

# 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.proxima.tools/wallets/generate-activity.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.
