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

# Secondary Market & Liquidity Pools

> Explore ArtStar’s secondary circulation mechanism: how liquidity, market pricing, and exit paths work after an offering

## Overview

The primary market answers “How is an asset issued and purchased?” The secondary market answers “How does the asset continue to circulate?” In the context of art RWA, secondary markets and liquidity pools are a critical extension of the asset lifecycle.

After primary offerings conclude, ArtStar uses secondary-market presentation and liquidity provisioning to help users form price awareness, circulation expectations, and clear exit paths.

## Core Mechanisms and Value

<AccordionGroup>
  <Accordion title="Why do we need a secondary market?" icon="shop">
    If an asset can only be subscribed to but not traded, user participation and asset attractiveness are limited. The secondary market’s core value includes:

    * **Providing a liquidity exit**: assets are not “buy and hold only” and can potentially be exited
    * **Increasing participation**: tradability directly improves appeal
    * **Forming a market price**: supply and demand help establish a fair, market-driven price
    * **Extending lifecycle**: assets remain active after the offering ends
  </Accordion>

  <Accordion title="What liquidity pools do" icon="water">
    Liquidity pools are one of the core infrastructure components of the secondary market.

    By injecting a portion of stablecoins and a portion of asset shares into a DEX pool, the platform can provide baseline depth for subsequent trading. From a business perspective, it serves the role of **“ensuring there is tradable counterparty liquidity.”**
  </Accordion>
</AccordionGroup>

## Continuity Between Markets

The primary and secondary markets are not isolated; they are continuous. The secondary market is not an independent module, but a natural extension after the primary offering completes.

<Card title="Functional Comparison" icon="arrow-right-arrow-left">
  <Columns>
    <Column>
      **Primary Market (Launchpad)** \* Initial issuance \* First-time purchase \*
      Offering price and allocation controls
    </Column>

    <Column>
      **Secondary Market** \* Post-offering circulation entry \* Market pricing
      discovery \* Liquidity visibility \* User exit and re-entry scenarios
    </Column>
  </Columns>
</Card>

## Frontend Display and Integration

Secondary-market pages typically need to present rich market data. Not all of this data is generated by the platform; some may rely on external DEX data sources.

<Card title="Key Data to Display" icon="display">
  * Current reference price \* Total liquidity \* Trading entry points \* Liquidity
    pool status \* Market statistics \* Market reference value for the user’s
    holdings
</Card>

## Risks and Common Pitfalls

### Risks and constraints users should understand

Having a secondary market does not guarantee price stability. Both documentation and UI should clearly communicate the following risk boundaries:

* Insufficient liquidity
* Excessive slippage
* Limited depth during pool initialization
* Displayed price is not the same as executable price
* Volatility in external trading protocol status

### Common pitfalls in development and business logic

<Callout type="warning" title="Displayed price ≠ executable price">
  Frontend prices are usually reference values. Actual execution depends on pool
  depth, slippage, and real-time state at the moment of the trade. The UI should
  label prices as “estimated” where appropriate.
</Callout>

<Callout type="info" title="Offering end ≠ pool immediately tradable">
  After the primary offering ends, liquidity pools may still require
  initialization time. The frontend should distinguish between “Offering ended”
  and “Liquidity is tradable” as two different states.
</Callout>

<Callout type="danger" title="External DEX status is not fully controlled by the platform">
  If the platform relies on external protocols for liquidity, the frontend can
  mainly display data and route users out. Not all errors should be abstracted
  as platform-internal logic; propagate and explain real external error messages
  when possible.
</Callout>

***

Secondary markets and liquidity pools move ArtStar’s artwork shares from “subscribable” to “tradable.” This step determines whether the asset can sustain ongoing participation and achieve genuine market-based price discovery.
