Open Cap Table Format
The Open Cap Table Format (OCF (opens in a new tab)) is a JSON-based open-source standard for storing and sharing cap table data. We use OCF to store data off chain. The format is maintained by the Open Cap Table Coalition (opens in a new tab). You'll find the OCF modules in the root folder:
- enums
- files
- objects
- primitives
Our Database
Using the OCF, we've created a database (opens in a new tab) schema with a Mongo implementation. This schema is used by the Transfer Agent Protocol to store and share cap table data off chain. Also found in the root folder, our db schema and the server:
- config
- objects
- operations
- scripts