# Bribe Guide

### 1. **How to Receive Bribe on AshSwap**

If you're looking to receive rewards on AshSwap, you can participate in the Bribe feature. Here's how you can get started:

#### **Step 1: Visit the Farm Weight Voting page**

To begin, head over to the [**Farm Weight Voting page**](https://app.ashswap.io/stake/gov/farmweight/) and select the farm that you want to vote for.

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

The total amount of bribes for each pool will be displayed in the Bribe column on the interface's right side. The amount of Bribe you are eligible to receive is proportional to the ratio of Your voted veASH to the Total voted veASH of each pool.

Let's move on to Step 2 to see how much bribe you can get.

#### **Step 2: Claim your Bribe rewards**

Once you've voted for a farm, you can then proceed to claim your Bribe rewards by visiting the [**Bribe page**](https://www.notion.so/d508cee798634e78b15ce0d7e6b4541e).

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

{% code overflow="wrap" %}

```markup
Your Bribe = Total Treasures * Your Capacity of X farm in Farm Weight Voting
```

{% endcode %}

These are some criteria you need to check:

* Total Treasures: the amount of the pool’s bribe.
* Capacity: the ratio of your veASH weight votes for the X farm over its total veASH weight votes.
* Available Until: the last day you can claim your current reward.

Simply click the "Claim" button to receive your reward after the current voting cycle ends (every Thursday).

**Note:** If you forget to claim your reward within the DAO cycle (7 days), your reward will return to the Total rewards pool and be divided equally among other participants in the next DAO cycle.

To better understand how Bribe rewards work, refer to the example below:

{% hint style="info" %}
A DAO cycle begins at 00:00 UTC every Thursday with a 7-day duration. For instance, let's say it's Week 1, Week 2 and Week 3. Here's how the Bribe rewards work:

* The Total Bribe of USDT/ASH farm is currently 0.
* Week 1: On Friday, user Alice creates a Bribe for USDT/ASH Pool with a 5,000 USDC reward. Alice’s 5,000 USDC Bribe reward is added to the Total Rewards pool of USDT/ASH farm. User Bob and Chad (along with other participants) vote for the USDT/ASH farm to receive the reward.
* Week 2: At 00:00 Thursday, the Total rewards pool is distributed to participants who voted for the USDT/ASH farm last week. However, some participants forget to claim their reward, and by the end of the DAO cycle, 2,000 USDC rewards remain unclaimed.
* Week 3: The 2,000 USDC reward left will be returned to the Total rewards pool and combined with other Bribe rewards.
  {% endhint %}

### **2. How to Create Bribes**

If you're interested in creating Bribes to incentivize participants to vote for your farm, here's how you can get started:

* **Step 1: Visit the** [**Bribe page**](https://app.ashswap.io/stake/gov/bribe/) and click on the "Create Bribe" button.
* **Step 2: Select a farm and reward token,** then select the farm that you want to offer rewards for and choose the reward token. Input the number of rewards that you want to offer and then confirm it.

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

Your bribe has been successfully created at this point and is now ready to be distributed to users who voted for your farm in the subsequent DAO cycle.

Let's get the word out to vote for your farm, shall we?

> **Note:** Once you create a Bribe, you cannot undo your action or request a refund. Additionally, the "Create Bribe" action is separate from the “Voting” action, which means that after creating a Bribe for a farm, you can also vote for that farm and receive your created Bribe. The reward from the Bribe you created will be estimated at $ and combined with other Bribe rewards created by others to be shown in the Total rewards section.


---

# 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.ashswap.io/ashswap-dex/governance-ashdao/bribe/bribe-guide.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.
