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

# Overview

> Get familiar with the Tipping API

## Introduction

Tipping API allows you to programmatically trigger airdrops, burns, raffles, tips and transfers in your server, using
your [shared tipping wallet](/modules/tipping/shared-wallet) for token distribution. It's a great way to integrate
your own Discord bot with any Flipsuite community.

<CardGroup cols={2}>
  <Card title="Airdrops" icon="parachute-box" href="/api-reference/community/tipping/endpoint/airdrops">
    Create automated airdrops for users in your Discord server.
  </Card>

  <Card title="Burning" icon="fire" href="/api-reference/community/tipping/endpoint/burning">
    Burn tokens and NFTs in your tipping wallet in your Discord server.
  </Card>

  <Card title="Raffles" icon="ticket" href="/api-reference/community/tipping/endpoint/raffles">
    Create automated raffles for users in your Discord server.
  </Card>

  <Card title="Tips" icon="hands-holding-dollar" href="/api-reference/community/tipping/endpoint/tips">
    Send automated tips to users in your Discord server.
  </Card>

  <Card title="Transfers" icon="arrow-right-arrow-left" href="/api-reference/community/tipping/endpoint/transfers">
    Transfer tokens and NFTs to arbitrary wallet addresses.
  </Card>

  <Card title="Wallets" icon="wallet" href="/api-reference/community/tipping/endpoint/wallet-balance">
    Read shared tipping wallet token balance and NFT inventory.
  </Card>
</CardGroup>
