# Commercio.network Documentation
# What is cn
cn is the name of the Commercio.network (opens new window) blockchain application. It is shipped with two different entrypoints:
cnd: The Commercio.network Daemon, runs a full-node of thecnapplicationcndcli: The Commercio.network command-line interface, which enables interaction with a Commercio.network full-node.
cn is built on top of the Cosmos SDK (opens new window) using the following modules:
x/auth: Accounts and signatures.x/bank: Tokens transfers.x/staking: Staking logic.x/distribution: Fee distribution logic.x/slashing: Slashing logic.x/params: Handles app-level parameters.
Apart from these modules, cn comes with the following custom modules:
x/docs: Documents storing and sharing.x/id: Pseudonymous identities creation.x/government: On-chain government.x/memberships: Allows you to invite new user and buy a membership.x/commerciomint: Handle Collateralized Debt Positions.x/pricefeed: Pricefeed to setup prices.x/vbr: Validator Block Rewards.
# Running Nodes
If you wish to learn about the different node types that are present inside the Commercio.network chain or you wish to setup a new node, please refer to our nodes section.
# App Developers
If you're an App developer and would like to integrate to Commercio.network, please refer to our App developers guide.
# SDK Developers
If you're a developer and would like to help us build a SDK in your favourite language please refer to our SDK developers guide.
← VBR Introduction →