Help
Frequently asked questions
Everything you need to know about trading pre-IPO outcomes on Vaulto — how positions work, fees and minimums, custody and safety, and the developer data API. For regulatory detail, see the compliance docs.
Last updated May 30, 2026
Product & mechanics
What Vaulto is, what you can trade, and how positions work.
What is Vaulto?
Vaulto lets you trade exposure to the implied valuations of leading private companies — like SpaceX, OpenAI, and Anthropic — before they go public. Each market's exposure is derived from Polymarket prediction-market events and tracks the company's live implied valuation. Unlike traditional private markets, you can buy, sell, or roll your position at any time.
What can I trade on Vaulto today?
You can take positions on roughly 18 private companies today, including SpaceX, OpenAI, Anthropic, Stripe, Databricks, Anduril, Perplexity, Kraken, Neuralink, Canva, Lambda, and Epic Games, plus markets such as Discord, Strava, Consensys, Ledger, Fannie Mae, and Freddie Mac. Each tracks the company's implied IPO valuation from Polymarket.
What's the difference between long and short?
Long and short are the two sides of a position, not separate tokens. Going long means betting a company's valuation will reach a given tier or higher; going short means betting it will land below that tier. You choose a side in the trade widget, and you can flip your view by closing one side and opening the other.
What blockchain does Vaulto run on?
Prediction-market positions settle on Polygon using USDC as collateral, routed through the underlying Polymarket markets. You trade from a built-in wallet, so you do not need to set up a separate wallet or bridge funds yourself.
How is a Vaulto position's price determined?
Prices come from the underlying prediction market. Vaulto reads the live odds of a company's IPO-valuation tiers on Polymarket and converts them into an implied valuation, with the Vaulto API serving as the source of truth for that figure. Your position's value moves directly with those live odds.
How do I open a position?
Pick a company, choose a side (long or short), enter a USDC amount, and confirm. Vaulto places the order on the underlying Polymarket market through your built-in wallet, and your position appears once it fills. There is no lockup — you can sell or roll the position whenever you want.
How do I sell or exit a position?
You can close a position at any time by selling it back on Vaulto, or roll it into a later-dated market. Proceeds settle in USDC. Unlike traditional private markets, you are not locked in until the company goes public — exposure is liquid and tradeable on demand.
What are Vaulto's fees?
Private-company prediction markets carry a fee of about 4% (400 bps) on the traded amount, shown before you confirm an order. There are no recurring, holding, or management fees.
Do I need my own crypto wallet?
No. Vaulto gives you a built-in wallet that you control, so you can start without installing a separate wallet or managing seed phrases. You fund it with USDC, and that balance is used as collateral when you open positions.
Do Vaulto positions earn yield?
No. Vaulto positions are not yield-bearing and are not a savings product. They give pure directional exposure to a company's implied IPO valuation. Their value can rise or fall, and can go to zero when the underlying market resolves.
Security & trust
Custody, where trades execute, and the main risks.
Is Vaulto custodial? Does it hold my funds?
Vaulto is non-custodial. Trades execute on a public venue — Polymarket on Polygon — and your collateral and positions sit in your own built-in wallet, not on a Vaulto balance sheet. You stay in control of your funds throughout.
What happens if Vaulto goes offline?
Your assets stay with you. Positions live on the underlying public markets and in your own wallet, not inside Vaulto, so an outage of the Vaulto app does not lock up or seize your funds. Your USDC and any open positions remain accessible on Polygon directly.
Is Vaulto safe to use?
Vaulto routes trades to an established venue such as Polymarket rather than running its own custody contracts for these positions, which keeps the trust surface small. Even so, this is early software in an inherently high-risk category — only commit what you can afford to lose.
Where do my trades actually execute?
Prediction-market positions execute against the Polymarket order book on Polygon, settled in USDC. The Vaulto API supplies the implied-valuation data that drives pricing across the app.
What are the main risks?
Trading private-company exposure is high-risk. A position's value tracks Polymarket's implied valuation and can move sharply or settle to zero when a market resolves. Vaulto depends on Polymarket (Polygon), so it inherits its risks. Vaulto positions are not securities, deposits, or yield products — only commit what you can afford to lose.
Developers & API
The Vaulto data API for private-company information.
Does Vaulto have an API?
Yes. Vaulto runs a read-only REST API at api.vaulto.ai that serves structured data on private companies — valuations, funding rounds, financial estimates, leadership, and recent news for 150+ companies such as SpaceX, OpenAI, Anthropic, and Stripe.
What data does the API return?
Each company record includes its name and identifiers, latest valuation and total funding, revenue and EBITDA estimates, industry and market peers, headquarters and leadership, funding-round history, and up to ten recent news articles. You can list, filter, and search companies, or fetch one by its kebab-case ID such as 'spacex'.
How do I authenticate with the API?
Pass an API key in the x-api-key request header, or as an apiKey query parameter. Create and manage keys from the Vaulto dashboard. Keep keys secret — a key is shown only once when created.
Is there a free endpoint I can call without a key?
Yes. GET /api/pricing is public and returns current per-request pricing with no key required. Every other endpoint requires an API key.
What are the API rate limits?
The default limit is about 100 requests per minute per key. Responses include X-RateLimit-Limit and X-RateLimit-Remaining headers, and a 429 response includes a Retry-After header when you exceed the limit.
How is the API billed?
Billing is usage-based and metered per request. Private-company data endpoints cost more than standard endpoints, and each response returns its cost in an X-Request-Cost-USD header. Check live rates at the public GET /api/pricing endpoint.
Are there official SDKs?
Not yet. There are no official SDKs, but the API is a standard JSON REST service with an OpenAPI specification and documented cURL, JavaScript, and Python examples, so it works with any HTTP client. Note that large USD figures are 64-bit integers — use a BigInt-aware JSON parser to avoid precision loss.
