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

# Trading Platforms

> Add a sell-side liquidity path for users holding thin-liquidity tokens

Trading and portfolio platforms are often where holders first decide what to do with a token position. For thin-liquidity assets, the default action is usually immediate market execution against whatever depth is available.

FlowState gives platforms another option: let eligible users make token inventory available through C1 and allow external buyer demand to consume it progressively.

The platform does not need to become the buyer. It can originate sell-side inventory while FlowState's distribution network connects that inventory to demand across existing execution infrastructure.

## Where the integration fits

A trading platform can participate in FlowState in two distinct ways.

<CardGroup cols={2}>
  <Card title="Inventory origination" icon="arrow-up-from-bracket">
    Give users with concentrated positions an optional path to make inventory available through the relevant C1 Pool.
  </Card>

  <Card title="Execution distribution" icon="route">
    If the platform also routes buyer trades, add C1 as another inventory source alongside existing venues.
  </Card>
</CardGroup>

A platform can support one role or both. The commercial and technical model does not require every integration to be symmetrical.

## Seller experience

A platform can surface C1 when a user is considering an exit that is large relative to available market depth.

A typical product flow could be:

<Steps>
  <Step title="Identify an eligible token and position">
    Resolve the token's C1 Pool, supported network and relevant product constraints.
  </Step>

  <Step title="Present C1 as an execution option">
    Explain that the selected inventory will be made available to external demand rather than executed as one immediate market order.
  </Step>

  <Step title="Authorise the inventory contribution">
    The user approves and deposits the selected amount into the C1 Pool through the appropriate wallet or platform flow.
  </Step>

  <Step title="Track progressive execution">
    Individual fills settle atomically while the user's remaining inventory stays in the pool until filled or withdrawn.
  </Step>

  <Step title="Surface proceeds and remaining inventory">
    The platform can use indexed FlowState state to show fills, claimable proceeds and inventory that remains available.
  </Step>
</Steps>

The exact user experience should be built against the current frontend, API and contract interfaces rather than inferred from this conceptual flow.

## Why this can matter for a platform

FlowState can extend the set of liquidity choices a platform offers without requiring it to warehouse the user's thin-liquidity token inventory itself.

Potential benefits include:

* a new sell-side path for positions that are large relative to market depth
* a liquidity option that does not price the C1 fill through a bonding curve
* continued platform ownership of the user relationship
* access to the same C1 inventory layer used by external routing and execution partners
* potential commercial participation for inventory origination, integration or execution contributions

## Technical integration

Platforms can integrate at different depths:

* link or refer users into a FlowState inventory flow
* integrate the FlowState application / API layer for discovery and orchestration
* construct direct Market interactions
* consume indexed state for positions and settlement activity
* add C1 as a buy-side execution source where the platform also routes trades

See [Integration Overview](/integration/integration-overview) for the current technical entry points.

## Lending and other platforms

The same high-level sell-side principle can apply to other platforms that originate token inventory, including some lending or collateral workflows. Those integrations should be evaluated against the exact protocol mechanics rather than assumed from the trading-platform model.

FlowState does not currently present a generic lending-platform integration as a one-size-fits-all pattern in this whitepaper. The appropriate path depends on whether inventory is voluntarily contributed, liquidated, transferred or otherwise made executable by the source protocol.

## Get started

Contact [partnerships@flowstate.exchange](mailto:partnerships@flowstate.exchange) to discuss an inventory-origination or trading-platform integration.
