Skip to content

docs(staking): document stake position storage model#543

Merged
Chucks1093 merged 1 commit into
accesslayerorg:mainfrom
bamiebot-maker:docs/stake-position-storage-model
Jul 19, 2026
Merged

docs(staking): document stake position storage model#543
Chucks1093 merged 1 commit into
accesslayerorg:mainfrom
bamiebot-maker:docs/stake-position-storage-model

Conversation

@bamiebot-maker

@bamiebot-maker bamiebot-maker commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Summary

Closes #538
Documents the staking position storage model for contributors and integrators.

Changes

  • Documents StakePosition fields: stake_id, amount, and unlock_ledger
  • Explains sequential stake ID assignment per wallet and creator, starting at 1
  • Describes the composite storage-key structure for positions
  • Notes that wallets may hold multiple concurrent stake positions for the same creator
  • Links the new documentation from the README and storage-key invariants guide

Validation

  • Confirmed the staged documentation diff has no whitespace errors with git diff --check

@Chucks1093
Chucks1093 merged commit 25b5aec into accesslayerorg:main Jul 19, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add docs for staking position data model and how stake IDs are assigned

2 participants