Introduction
Treasures Finance is an on-chain stock brokerage. We provide optimal trade routing for stock exposure, abstracting away the tokenization layer so that people — and AI agents — can intuitively buy and sell stocks.
Behind the scenes, every "stock" we offer is a tokenized equity that lives on a blockchain and settles in USDC. You don't have to think about any of that. You choose a stock and an amount; we find the best price across venues and chains, build the trade, and hand it back ready to go. Funds stay in the user's own wallet the whole time — Treasures never takes custody.
What we offer today
Today, Treasures Finance is available as a B2B API: a service that other businesses and applications integrate to give their own users stock exposure, without having to build brokerage, custody, or tokenization infrastructure themselves.
With the API you can currently:
- Discover stocks — browse the catalog of tokenized stocks and check live prices.
- Trade — get a quote to buy or sell, then execute it. Each order is routed to the best-priced venue automatically.
- Bridge USDC — move the settlement currency between Solana and Ethereum so funds are wherever a trade needs them.
- Read portfolios — see reconciled holdings, balances, and trade history for a user's wallets.
Built for AI agents
The same B2B API is designed to be driven by AI agents, not just traditional applications. Every action is a simple request that returns a ready-to-sign response, so an agent can discover what's tradable, decide, and execute a trade on a user's behalf — intuitively, the way a person would.
To make that effortless, we publish ready-made Agent Skills that teach a coding agent how to call the API correctly. See Getting started → For AI agents.
Where to go next
- Getting started — a complete buy flow, plus how to set up an AI agent.
- API reference — every endpoint, schema, and error, including authentication and wire-format conventions.