> For the complete documentation index, see [llms.txt](https://docs.7k.ag/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.7k.ag/7k-lp-pro/automation/auto-claim.md).

# Auto Claim

## What is Auto Claim?

Auto Claim is an automation feature that automatically harvests the fees and rewards generated from your liquidity positions. Instead of manually checking and claiming your unclaimed amounts, Auto Claim automatically collects your earnings based on a schedule or condition you select.

This helps you stay efficient, avoid missing claim opportunities, and maintain full control over how your rewards are managed.

***

## Why Use Auto Claim?

* **Save Time:** No more manual claiming every few hours or days.
* **Stay Organized:** Prevent rewards from sitting idle or unclaimed for too long.
* **Automatic Zap Out:** Instantly convert all claimed rewards into a single token of your choice.

***

## How It Works

Auto Claim monitors your liquidity position and automatically triggers a claim action when your chosen condition is met:

* **Time-based Trigger:** Claims rewards at fixed intervals (e.g., every hour, every 6 hours, daily).
* **Amount-based Trigger:** Claims when the total unclaimed value reaches a minimum threshold.

After each claim, if **Zap Out** is enabled, your rewards are immediately swapped into a single token (e.g., SUI) before being sent to your wallet.

***

## How to Set Up Auto Claim

Setting up Auto Claim is straightforward. Follow these steps:

### **Step 1 — Open Your Position Details**

Go to **LP Pro → Open Positions**, then select the position where you want to enable Auto Claim. This opens the position details, showing your liquidity range, unclaimed rewards, and automation options.

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

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

### **Step 2 — Start Creating an Auto Claim Rule**

Click on **Create Auto Claim** inside the automation section. You will see two configuration modes:

* **By Time**
* **By Amount**

Each mode gives you flexibility depending on your strategy.

#### **Option A — Time-Based Claim**

Use this mode when you want claims to happen on a fixed schedule.

Simply enter how often you want the system to claim (e.g., every **1 hour**, **6 hours**, or **24 hours**). This mode is ideal if you prefer predictable, routine claiming.

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

#### **Option B — Amount-Based Claim**

Choose this mode if you want to minimize gas usage by claiming only when rewards reach a meaningful amount.

Simply enter the minimum USD value required to trigger a claim (e.g., **$2**, **$5**, **$10**, or higher).&#x20;

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

### **Step 3 — Enable Zap Out (Optional)**

Turn ON **Zap Out** if you want all claimed rewards to be converted into a single token.

* Select your preferred output token (e.g., **SUI**, USDC, etc.)
* Rewards are auto-swapped and then sent to your wallet.

Useful if you want to *accumulate a single asset* or simplify tracking.

<figure><img src="/files/9s2X7xGGhPpyCx1Rjqmx" alt=""><figcaption></figcaption></figure>

### **Step 4 — Confirm Your Settings**

Click **Confirm** to finalize your Auto Claim rule.

Once confirmed:

* Your rule activates immediately.
* The automation system begins monitoring your position.
* No further manual action is needed unless you want to change or disable the rule.

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

### **Step 5 — Monitor Your Auto Claim Activity**

Inside your Position Details, you'll be able to see:

* Claim triggers (time or amount)
* Next scheduled claim (for time-based)

You can modify or disable the Auto Claim rule at any time.

<figure><img src="/files/07BXR31hcQ833A1eNM1L" alt=""><figcaption></figcaption></figure>

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

## Summary

Auto Claim is designed to make reward harvesting effortless. With flexible triggers, optional Zap Out conversion, and 24/7 automation, it's one of the most powerful tools to optimize your liquidity management on LP 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.7k.ag/7k-lp-pro/automation/auto-claim.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.
