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

# Introduction

> Boost product documentation for onchain incentive campaigns

## What is Boost

Boost is a platform for running token incentive campaigns onchain. Teams configure the behavior they want to reward — depositing into a vault, swapping on a DEX, voting on a proposal, holding a position over time — and Boost handles the operational layer: indexing onchain activity, calculating accrued rewards, snapshotting balances, and supporting claims.

The platform offers two products:

* **[Time-Based Incentives](/tbi/introduction)** reward users *continuously* for the size and duration of an onchain position they keep active. Designed for sustained behavior — deeper liquidity, longer holding periods, retention.
* **[One-Time Actions](/v2/documentation/overview/introduction)** reward users *once* for completing a discrete onchain activity. Designed for specific actions — mints, swaps, votes, governance, contract calls.

Campaigns reach end users through [rabbithole.gg](https://rabbithole.gg), Boost's consumer app where users discover, participate in, and claim rewards. Protocols don't need to host a claim UI — rabbithole.gg handles distribution for both products.

Boost is built for product, growth, and ecosystem teams at protocols and apps that want a focused way to incentivize specific onchain behavior.

## What You Can Do with Boost

A few common ways teams use Boost:

* **Bootstrap liquidity** — reward depositors in a new vault, LP, or staking pool, scaled by position size and duration. *(Time-Based Incentives)*
* **Drive launch-day actions** — pay one-time rewards for mints, swaps, or contract interactions tied to a launch. *(One-Time Actions)*
* **Reward sustained holding** — encourage longer holding periods on a token, vault share, or staked balance. *(Time-Based Incentives)*
* **Activate governance** — reward voters, delegators, or participants in DAO actions. *(One-Time Actions)*
* **Welcome new users** — onboard users with one-time rewards for their first swap, mint, or deposit. *(One-Time Actions)*
* **Target a specific audience** — restrict rewards to an allowlist (NFT holders, partner communities, existing users).

## Why Teams Choose Boost

* **Skip the infra build.** Indexing, snapshots, reward accounting, and claim flows are handled — focus on campaign design, not plumbing.
* **Reach users already on rabbithole.gg.** Campaigns surface to an existing user base instead of requiring you to drive traffic to a custom claim page.
* **Pay only for rewards that are claimed.** Anything undistributed returns to your funding account at the end of the claim window.
* **Shape rewards to the behavior you want.** Allowlists, minimum balances, deposit caps, fixed or variable rewards, and tiered payouts let you target a specific outcome.

## Browse the Docs

The docs are organized by product:

<CardGroup cols={2}>
  <Card title="Time-Based Incentives" icon="clock" href="/tbi/introduction">
    Reward users continuously for the size and duration of their onchain positions. Launched directly with the Boost team.
  </Card>

  <Card title="One-Time Actions" icon="bolt" href="/v2/documentation/overview/introduction">
    Reward users once when they complete a qualifying onchain action.
  </Card>

  <Card title="API Reference" icon="terminal" href="/v2/api-reference/openapi/openapi-json">
    Explore the Time-Based Incentives and One-Time Actions API reference.
  </Card>

  <Card title="Support" icon="circle-question" href="/v2/documentation/support/joining-boost-community">
    Get help from the Boost team and community.
  </Card>
</CardGroup>

## Product Model

| Product               | Use it when                                                                                                 |
| --------------------- | ----------------------------------------------------------------------------------------------------------- |
| Time-Based Incentives | Users should earn continuously based on the size and duration of an onchain position they keep active.      |
| One-Time Actions      | A user should earn after completing a discrete action, such as a mint, swap, vote, or contract interaction. |

<Note>
  Interested in running Time-Based Incentives campaigns? [Reach out to the Boost team](mailto:support@boost.xyz) — we'll work with you to integrate your protocol and launch the campaign.
</Note>

## What's Shared Across Products

Both products distribute ERC-20 token rewards on EVM chains, and both surface campaigns to end users through [rabbithole.gg](https://rabbithole.gg) — Boost's consumer app where users discover and claim rewards.

|                             | Time-Based Incentives       | One-Time Actions                             |
| --------------------------- | --------------------------- | -------------------------------------------- |
| **Reward type**             | ERC-20 tokens               | ERC-20 tokens                                |
| **Where users participate** | rabbithole.gg               | rabbithole.gg                                |
| **Onboarding**              | Partner with the Boost team | Self-serve at [boost.xyz](https://boost.xyz) |

Product-specific guides cover the details that differ — campaign configuration, eligibility rules, reward calculation, and lifecycle.

## Getting Help

<CardGroup cols={2}>
  <Card title="Email the team" icon="envelope" href="mailto:support@boost.xyz">
    [support@boost.xyz](mailto:support@boost.xyz) — best for partnership inquiries and TBI campaign setup.
  </Card>

  <Card title="Discord" icon="discord" href="https://discord.gg/gdu3EpeqsD">
    Faster questions, token whitelist requests, and community support.
  </Card>
</CardGroup>
