> ## Documentation Index
> Fetch the complete documentation index at: https://mavrodi.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Intents: Offer Financial Help to the Community

> Learn how to create and manage Intents — your commitment to provide a specific amount of help to other participants in the mutual aid network.

An Intent is your offer to provide financial help to other participants up to a certain amount. When you create an Intent, you are telling the system — and your Guider — that you are ready to make transfers. Once your Guider approves it, the system will start assigning you transfer tasks called Orders. Intents are the starting point for all giving activity in the platform.

## What is an Intent?

An Intent (labeled `G12345` in the system) represents your readiness to give help. You specify the currency and amount you can provide, and optionally add a comment. Your Guider reviews the Intent and either approves or rejects it. After approval, the system creates Orders that instruct you to transfer specific amounts to specific recipients.

## Creating an Intent

Use the `/intent` command — or tap the **"🎯 Оказать помощь"** keyboard button — to start the flow.

<Steps>
  <Step title="Start the command">
    Send `/intent` in the bot chat, or tap the **"🎯 Оказать помощь"** button on your keyboard.
  </Step>

  <Step title="Choose a currency">
    Select the currency for your Intent:

    * **RUB** — for bank transfers in Russian rubles
    * **USDT** — for cryptocurrency transfers (TRC20)
  </Step>

  <Step title="Enter the amount">
    Type the amount you are ready to provide. The bot will auto-round your entry:

    <Tabs>
      <Tab title="RUB">
        Up to **300,000 RUB**. Amounts are rounded to the nearest thousand.
      </Tab>

      <Tab title="USDT">
        Up to **3,000 USDT**. Amounts are rounded to the nearest ten.
      </Tab>
    </Tabs>
  </Step>

  <Step title="Add a comment (optional)">
    You can include a note for your Guider — for example, any special conditions or timing preferences. This step is optional but can help your Guider process the request faster.
  </Step>

  <Step title="Intent is sent to your Guider">
    The bot automatically forwards your Intent to your Guider for review. You will receive a notification once a decision is made.
  </Step>
</Steps>

<Note>
  You can create multiple Intents, but plan realistically. Every active Intent commits you to completing transfer Orders when they arrive. Only participate with amounts you are prepared to transfer.
</Note>

## Intent limits

| Currency | Maximum amount | Auto-rounding            |
| -------- | -------------- | ------------------------ |
| RUB      | 300,000 RUB    | Rounded to nearest 1,000 |
| USDT     | 3,000 USDT     | Rounded to nearest 10    |

## Intent types

The system has four Intent types. As a Participant, you will almost always be working with standard Intents.

| Type             | Who can create   | Description                                                                    |
| ---------------- | ---------------- | ------------------------------------------------------------------------------ |
| **Standard**     | All participants | Your regular offer to give help. Goes through Guider review.                   |
| **Bonus**        | Guiders only     | Bonus accruals assigned by Guiders. Auto-confirmed on creation.                |
| **Re-providing** | Guiders only     | A pass-on of help to another participant. Does not generate system Orders.     |
| **System**       | Admins only      | Created automatically for system-level purposes. Cannot be confirmed manually. |

<Warning>
  System Intents are created and managed exclusively by administrators. You will never need to create one yourself, and you cannot confirm or cancel them.
</Warning>

## Intent statuses

After you submit an Intent, you can track its progress through these statuses:

| Status                  | What it means                                         | What to do                                                                       |
| ----------------------- | ----------------------------------------------------- | -------------------------------------------------------------------------------- |
| **New**                 | Waiting for your Guider to review                     | Wait for a decision; contact your Guider if it has been more than 3 days         |
| **Active**              | Approved — the system will start assigning you Orders | Be ready to complete transfer tasks                                              |
| **Partially confirmed** | Some of the amount has been used in Orders            | Continue completing Orders as they arrive                                        |
| **Fully confirmed**     | The full amount has been distributed                  | This Intent is complete                                                          |
| **Rejected**            | Your Guider declined the Intent                       | Contact your Guider to understand why, then create a new Intent with adjustments |

## Viewing your Intents

To see a list of all your Intents, send:

```text theme={null}
/intents
```

To look up a specific Intent by its number, send:

```text theme={null}
/g_12345
```

Replace `12345` with the actual Intent number shown in your notifications.

## What happens after approval

Once your Guider approves an Intent, the status changes to **Active** and the system begins creating Orders for you. Each Order will specify an exact amount and recipient. You are expected to complete the transfer and confirm it in the bot within a reasonable timeframe — typically within the same day.

<Tip>
  Keep your Telegram notifications enabled so you don't miss incoming Orders. If you anticipate a delay, let your Guider know in advance.
</Tip>
