Tokenized stocks & shares
Issue Programmable Shares Without Reinventing Bitcoin Script.
Cap tables, vesting, transfer restrictions, and dividend logic. Describe the rules once, get a contract, API, and cap-table dashboard.

The context
Encoding them in Bitcoin Script moves enforcement into the asset itself. The obstacle is that vesting schedules and transfer restrictions are precisely the sort of conditional logic that raw Script makes painful to write and unpleasant to verify.
What you get
- Vesting and restricted share tokens
- Express vesting schedules and transfer-restricted share tokens in SX rather than hand-rolled opcodes.
- Simulate before mainnet
- Run the full issuance, vesting and transfer lifecycle in simulation first.
- Cap-table dashboard and API
- The dashboard and typed API are generated from the same project as the contract.
The cap table
The dashboard is generated from the same contract.
- Typed state, not a hand-rolled view
- ContractDashboard.tsx is generated with the contract's own state shape: status, holders and balances come from one definition.
- Built for the views you'll need
- The scaffold anticipates contract creation, state visualisation and transaction history, which is most of what a cap-table surface has to do.
- Yours to take over
- It is React source in your project. Restyle it, wire it into your existing app, or throw the UI away and keep the API.


Inside the IDE


Testnet before mainnetCompliance
This is dev infrastructure for the contract layer only. It is not a broker-dealer platform, exchange, or investment advice, and securities law compliance is entirely your responsibility.
Estimate the saving
What is that engineering time worth?
Put in your own numbers. This estimates the contractor time a shorter write-test-ship cycle gives back, and nothing more. It is a planning input, not a quote.
Fully loaded, per day
Your own estimate
Estimated contractor time returned
$12,000
3 weeks × 5 days × $800 per day. Excludes any Bitcoin-SX cost, because public pricing isn't finalised yet.
Email me this estimate
We'll send this figure through with the assumptions written out, so you can put it in front of whoever signs off.
This form isn't connected yet.
Set NEXT_PUBLIC_FORM_ROI to a Google Form share link and this section starts collecting submissions. No code change needed.
Get the tokenized stocks & shares starter kit
A prompt pack and worked example for this use case, so you start from something that already runs rather than a blank editor.
This form isn't connected yet.
Set NEXT_PUBLIC_FORM_STARTER_KIT to a Google Form share link and this section starts collecting submissions. No code change needed.
The starter kit content is still being authored per use case. Join and we'll send it the moment yours is ready, rather than mailing you a placeholder.
Frequently asked questions
If something you need to know isn't here, just ask. We'd rather answer directly than leave you guessing.
No. It is a development environment for the contract layer. It is not a broker-dealer, not an exchange, and it does not place, match or settle trades. Those are regulated functions you would need to solve separately.
Issue Programmable Shares Without Reinventing Bitcoin Script.
Cap tables, vesting, transfer restrictions, and dividend logic. Describe the rules once, get a contract, API, and cap-table dashboard.
Explore other use cases