In this article we will consider transactions according to their functionality.
> [!NOTE] Important
> This is not a technical information, actually the structure of transactions in the Cellframe way more difficult. Refer to the [[5. Transactions Structure]] page for more information.
## Transfers
- [[Node Command - TX_CREATE|REGULAR TRANSFER]] - a simple funds transfer from one wallet to another
- [[3. Conditional Transactions|CONDITIONAL]] [[Node Command - TX_COND_CREATE|TRANSFER]] - a transfer that can be processed only after fulfillment some conditions
- [[Bridge|BRIDGE]] TRANSFER - a transfer between different networks
- [[Node Command - BLOCK COLLECT REWARD|REWARD TRANSFER]] - a transactions which transfers validator rewards to its wallet
- BASE TRANSFER - a transaction which emits tokens on the specified wallet (commission free)
## Decentralized Exchange Service (DEX)
- [[Node Command - SRV_XCHANGE ORDER CREATE|EXCHANGE CREATE ORDER]] - a transaction which allows users to create orders
- [[Node Command - SRV_XCHANGE ORDER REMOVE|EXCHANGE REMOVE ORDER]] - a transaction which allows users to remove orders
- [[Node Command - SRV_XCHANGE PURCHASE|EXCHANGE PURCHASE]] - a transaction which allows users to fill the orders
## Staking service
- [[Node Command - STAKE_LOCK HOLD|STAKE LOCK]] - a transaction which locks tokens on the specified wallet
- [[Node Command - STAKE_LOCK TAKE|STAKE UNLOCK]] - a transaction which unlocks locked tokens
- [[Node Command - SRV_STAKE DELEGATE|STAKE DELEGATE]] - a transaction which delegates public key or [[Locked Token Delegated Key Order (LTDKO)]]
- [[Node Command - SRV_STAKE INVALIDATE|STAKE INVALIDATE]] - invalidates previously provided delegation
## VPN service
- [[Node Command - NET_SRV ORDER CREATE|VPN SERVICE ORDER CREATE]] - a transaction which allows users to create orders for provide VPN service
- [[Node Command - NET_SRV ORDER DELETE|VPN SERVICE ORDER DELETE]] - a transaction which allows users to delete VPN service orders
- [[Node Command - TX_COND_CREATE|VPN SERVICE PURCHASE]] - a transaction which allows users to fill VPN service orders
## Voting service
- [[Node Command - POLL CREATE|POLL]] - a transaction which allows users to create polls
- [[Node Command - POLL VOTE|VOTE]] - a transaction which allows users to vote in polls