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

# Monetize

> Turn your integration's flow into revenue, one settled trade at a time.

Any flow you route across TetraFi can pay you back. Two fee models are available - use the one that matches how your product works.

## Pick a fee model

<Tabs>
  <Tab title="Workspace fee">
    Set a rate once, at the workspace level, as part of your integration agreement. From then on it rides on every quote issued under your keys automatically - zero code, with `platformFeeBps` disclosing it on each quote.
  </Tab>

  <Tab title="Per-quote override">
    For integrators running several fee tiers over one workspace - say, different rates per corridor or per user segment - a request-level `fee` override is on the Router API's target surface. Until it ships, tiering is handled in workspace configuration. Details in the [implementation guide](/core-concepts/monetization).
  </Tab>
</Tabs>

## From trade to payout

<Steps>
  <Step title="Set your rate">
    Agree the basis-point rate with TetraFi and have it configured on your workspace - a single flat rate is the usual starting point.
  </Step>

  <Step title="Fees ride inside each quote">
    Quoted receive-amounts already account for your fee; what the taker pays in never changes. Each quote itemises its components through `platformFeeBps` and `lpSpreadBps`.
  </Step>

  <Step title="Collect">
    Track fee-bearing volume in [Trade History](/trade-history-api/introduction) - scoped to your workspace - and settle on the cadence in your agreement.
  </Step>
</Steps>

## One model, both products

Whether flow goes through the [RFQ API](/rfq-api/introduction) or the [Router API](/router-api/introduction), the workspace fee applies identically and is disclosed the same way - revenue starts with your first settled trade. The [implementation guide](/core-concepts/monetization) has the field-level detail.

## Finding your number

Rates between 5 and 50 bps are typical, and where you land depends on what you're building and for whom. A heavier fee shows up as a wider effective spread - noticeable to users who shop venues - so many teams open conservatively and let volume data argue for adjustments.

<Card icon="wrench" href="/core-concepts/monetization" title="Implementation guide">
  Ready to wire it up? Fee disclosure fields and working examples inside.
</Card>
