Getting started
Get set up in a few minutes and start logging long-term holdings.
Create an account
- Go to Get started to sign up or log in.
- After basic setup, open the member area.
- Use the sidebar to reach vaults and holdings tools.
Add your first holding
On the holdings page, add a symbol, cost basis, and share count. You can then track positions and notes in one place.
// Example: holdings are stored per account
const holding = {
symbol: 'AAPL',
shares: 10,
costBasis: 150,
}
Note
Public holdings pages are for display. Manage real positions and notes in the member area.
Next steps
Continue with Holdings overview for page structure and common actions.