Skip to main content

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

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
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.”

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.

Functional Comparison

Primary Market (Launchpad) * Initial issuance * First-time purchase * Offering price and allocation controls
Secondary Market * Post-offering circulation entry * Market pricing discovery * Liquidity visibility * User exit and re-entry scenarios

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.

Key Data to Display

  • Current reference price * Total liquidity * Trading entry points * Liquidity pool status * Market statistics * Market reference value for the user’s holdings

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

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.
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.
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.

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.