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

# InviteBot: Peer-to-Peer Mutual Aid via Telegram

> InviteBot connects people who want to give and receive financial help through a structured Telegram bot using Intents, Orders, and MAVRO accounting.

InviteBot is a Telegram-based mutual aid platform that connects participants who are ready to give financial help with those who need to receive it. The system organizes peer-to-peer transfers through a clear workflow of Intents, Help Requests, and Orders — all managed through the Telegram bot and a personal web cabinet.

<CardGroup cols={2}>
  <Card title="How It Works" icon="circle-info" href="/how-it-works">
    Understand the mutual aid cycle: Intents, Help Requests, Orders, and MAVRO rewards.
  </Card>

  <Card title="Participant Guide" icon="user" href="/participants/intents">
    Create your first Intent, submit a Help Request, and complete Orders step by step.
  </Card>

  <Card title="MAVRO & Balance" icon="coins" href="/mavro/overview">
    Learn how MAVRO abstract units work, how to earn them, and how to use them.
  </Card>

  <Card title="Guider Guide" icon="users" href="/guiders/overview">
    Manage participants, review Intents and Requests, and oversee your group.
  </Card>
</CardGroup>

## Get started in 4 steps

<Steps>
  <Step title="Join via invite link">
    Ask an existing participant or your Guider for an invite link. Open it in Telegram to register with the bot and get assigned to a Guider.
  </Step>

  <Step title="Add your payment details">
    Use `/account_add` to register a bank card, SBP phone number, or USDT wallet. You need at least one payment detail to receive help.
  </Step>

  <Step title="Create your first Intent">
    Send `/intent` to declare how much you are ready to give. Your Guider will review and approve it.
  </Step>

  <Step title="Request help when eligible">
    Once your Intent is confirmed and Orders are fulfilled, use `/ask` to request help up to your allowed limit.
  </Step>
</Steps>

<CardGroup cols={2}>
  <Card title="Referral Links" icon="link" href="/invites/referral-links">
    Invite new participants with customizable deeplinks and track your referrals.
  </Card>

  <Card title="Web Cabinet" icon="browser" href="/webapp/overview">
    Access your MAVRO balance, activity feed, and account settings in the web cabinet.
  </Card>

  <Card title="FAQ" icon="circle-question" href="/faq">
    Find answers to the most common questions from participants.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/troubleshooting">
    Resolve bot errors, notification issues, and other common problems.
  </Card>
</CardGroup>
