Skip to content

Commit 73865eb

Browse files
committed
feat(docs): add module account intro.
1 parent 0f1d89b commit 73865eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: docs/learn/beginner/03-accounts.md

+3
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ https://github.com/cosmos/cosmos-sdk/blob/v0.52.0-beta.2/codec/address/bech32_co
9898

9999
### Module Accounts
100100

101+
Module accounts are special accounts used by modules to perform specific operations within the blockchain. These accounts are not controlled by users but by the modules themselves. Each module account has a unique name and a set of permissions that define what operations it can perform. Examples of module accounts include the distribution module account, which handles the distribution of staking rewards and the governance module account, which manages the funds related to governance proposals.
102+
103+
101104
#### Address Generation
102105

103106
Module account addresses are generated deterministically from the module name, as defined in [ADR-028](../../architecture/adr-028-public-key-addresses.md)

0 commit comments

Comments
 (0)