BotanaryBotanary
Markets

Markets

One page, three tabs - Capital Market, Stocks, and Agents - browsing a unified, read-only market index that trading routes through Money.

Markets is a single surface with three tabs: Capital Market (launchpad tokens), Stocks (tokenized equities), and Agents (the ACP agent marketplace). All the browsing here is read-only, public market data - actually buying or selling routes through Trade, the same owner-lane path as Swap.

Older links to /launchpad, /marketplace, and /stocks still work - each one now redirects into the matching Markets tab, so nothing that was bookmarked or shared before this page existed breaks.

Capital Market and Stocks share one index

Capital Market and Stocks both read from the same unified, server-owned token index - one cursor-paginated list, searched server-side, covering both launchpad tokens and tokenized equities. Each row in that index carries an id namespaced by what it is: launchpad:<chain>:<address> for a launchpad token, equity:<SYMBOL> for an equity.

The Capital Market tab deliberately has no chain filter: the index is cross-chain by nature, and filtering an infinite-scrolling list to "one chain only" on the client would misrepresent what's actually in it once more pages load. Stocks, by contrast, is a small, fully-loaded list, so it does offer a chain filter alongside its category chips.

Agents is a separate leaderboard

The Agents tab isn't part of the token index at all - it's its own, non-paginated leaderboard fetch from the Marketplace surface. An agent listing is never tradeable; agents are hired, not bought or sold.

Live prices and history

Price updates on a visible row stream in live over a subscription, scoped to whichever ids are currently on screen. Each token also has its own price-history series, available in a handful of fixed ranges (a day, a week, a month, a year, or all time), sourced according to whether the row is a launchpad token or an equity.

Trading from here

Where trading is enabled, a Buy or Sell on Markets is priced and settled in USDC and built through the exact same quote, build, sign, relay path as an ordinary swap - see Trade for what's actually tradeable today and what's still browse-only.

On this page