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

# deBridge Points

> Earn points for contributing to the deBridge ecosystem

The deBridge Points program rewards users, integrators, and referrers for contributing to the ecosystem. Points are earned based
on protocol fees and can translate to future governance participation.

## How Points Work

For every 1\$ in protocol fees paid, users earn 100 deBridge Points. **Referrers and integrators earn 25%** of the points
generated by users they refer.

## Points to DBR Conversion

At the end of each season, accumulated points are converted into
[DBR tokens](https://solscan.io/token/DBRiDgJAMsM95moTzJs7M9LnkGErpbv9v6CUR1DXnUu5). The conversion rate is announced when each
season concludes.

<Note>
  To stay informed about season endings and DBR distributions, follow deBridge on [X (Twitter)](https://x.com/debridge) and join
  our [Discord](https://discord.gg/debridge).
</Note>

## For Integrators

Integrating deBridge into your product? Your integration automatically earns 25% of all points generated by your users.

### Integration Methods

Choose how to integrate:

<CardGroup cols={3}>
  <Card title="API" href="/dln-details/integration-guidelines/order-creation/creating-order/quick-start">
    Full control and customization
  </Card>

  <Card title="Widget" href="/dln-details/widget/deBridge-widget">
    Drop-in UI component
  </Card>

  <Card title="Messaging" href="/dmp-details/dmp/protocol-overview">
    Custom cross-chain calls
  </Card>
</CardGroup>

### Setting Up Your Referral Code

To ensure your integration activity is tracked, you'll need a referral code. Beyond points tracking, referral codes enable
analytics, order tracking, and features like auto-cancellation. See the [Referral Codes guide](/home/monetization/referral-codes)
for full details.

<Steps>
  <Step title="Generate Code">
    Go to [app.debridge.com/refer](https://app.debridge.com/refer) and generate a referral code. Select Polygon for the cheapest option—it covers all chains.
  </Step>

  <Step title="Add to Integration">
    Pass the `referralCode` parameter to all DLN API queries. Set the parameters up correctly for your integration path:

    * **API**: Include `referralCode` in your [`create-tx` requests](/dln-details/integration-guidelines/order-creation/creating-order/api-parameters/api-parameters#referral-code)
    * **Widget**: Set the `r` parameter in your [widget configuration](/dln-details/widget/deBridge-widget)
  </Step>

  <Step title="Verify Tracking">
    Check your stats at [app.debridge.com/statistic](https://app.debridge.com/statistic) to confirm orders are being tracked.
  </Step>
</Steps>

<Tip>
  Share your referral code with the deBridge team for expedited support and feature access like
  [auto-cancellation](/dln-details/affiliates/auto-cancellations).
</Tip>

## For Individual Referrers

Share deBridge with your network and earn 25% of points from new users who swap through your link.

### Getting Your Referral Link

<Steps>
  <Step title="Generate Code">
    Visit [app.debridge.com/refer](https://app.debridge.com/refer), connect your wallet, and generate a code.
  </Step>

  <Step title="Create Your Link">Your referral link format: `https://app.debridge.com/deswap?r=YOUR_CODE`</Step>
  <Step title="Share">Post on Twitter, Discord, Telegram—anywhere your network is active.</Step>
</Steps>

<Warning>Self-referrals (referring yourself) are not counted to prevent gaming the system.</Warning>

### Who Counts as a Referral?

A "new user" is someone who:

* Has never visited deBridge before
* Has never made any transactions through deBridge
* Visits deBridge for the first time through your referral link

You earn 25% of their points for all future activity.

## Check Your Points

View your accumulated points and referral statistics:

1. Go to [explorer.debridge.com/statistic](https://explorer.debridge.com/statistic)
2. Connect the wallet you used to generate your referral code
3. See your total points and referred users

## FAQ

<AccordionGroup>
  <Accordion title="How do I check my points?">
    Connect your wallet at [explorer.debridge.com/statistic](https://explorer.debridge.com/statistic).
  </Accordion>

  <Accordion title="I forgot to add my referral code. Can I recover lost points?">
    No—points can only be tracked with a referral code attached. Add your code to all future transactions to start earning.
  </Accordion>

  <Accordion title="What will points be used for?">
    Points are converted to [DBR tokens](https://solscan.io/token/DBRiDgJAMsM95moTzJs7M9LnkGErpbv9v6CUR1DXnUu5) at the end of each
    season. Follow [@debridge on X](https://x.com/debridge) or join our [Discord](https://discord.gg/debridge) for season
    announcements.
  </Accordion>

  <Accordion title="When does the current season end?">
    Season end dates are announced on our socials. Follow [@debridge on X](https://x.com/debridge) or join our
    [Discord](https://discord.gg/debridge) to stay informed.
  </Accordion>

  <Accordion title="Can I earn both points AND affiliate fees?">
    Yes! Points and [affiliate fees](/home/monetization/affiliate-fees) are separate. You can earn both by including your referral code and affiliate fee parameters.
  </Accordion>
</AccordionGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Set Up Affiliate Fees" href="/home/monetization/affiliate-fees">
    Add direct revenue to your integration
  </Card>

  <Card title="Create Custom Links" href="/home/monetization/custom-linking">
    Share pre-configured swap links
  </Card>
</CardGroup>
