Skip to main content

PoL Integration Overview

Proof of Liquidity (PoL) lets protocols reward user behavior with BGT through Reward Vaults. This page is the entry point for builders and links to the implementation guides for each step.

Need conceptual grounding first?

If you are looking for PoL fundamentals before implementation details:

Start Here

Most teams should follow this order:
  1. Create and configure a vault: Setup Reward Vault
  2. Fund emissions: Add Incentives
  3. If manager operations run through multisig: Add Incentives with Safe

Choose Your Integration Path

Standard tokenized activity (LP/receipt token style)

Your protocol already emits a stakeable ERC-20 that tracks user participation.

Protocol-operated staking patterns

You need to execute staking flows on behalf of users.

Custom/non-ERC-20 accounting

Your protocol tracks activity internally and does not naturally emit a stakeable token.

Advanced reward distribution behavior

You want controlled claiming behavior such as partial claims, streaming, or vesting-style flows.