Fee is a payment which is held for providing transaction.
You can see actual fee's in the network by using following command:
```actionscript
cellframe-node-cli net get fee
-net <net_name>
```
where `-net` is the name of the network
`Response example:`
``` ActionScript
Fees on Backbone network:
Network: 0.0 (0) CELL Addr: null
Validator fee:
MIN: 0.000000000000000001 (1) CELL
MAX: 0.5 (500000000000000000) CELL
Average: 0.055401002506391033 (55401002506391033) CELL
Median: 0.05 (50000000000000000) CELL
Services fee:
xchange:
The xchanger service has not announced a commission fee.
```
## Network Fee
1. Backbone Network
```bash
0,002 CELL
```
2. KelVPN Network
```bash
0,1 KEL
```
## Validator Fee
Is a reward which validator gains for successful block signing.
To become a validator and gain reward, user has to [[Master Node Manual Setup|install a master node]].
## Service Fee
Some services in the Cellframe networks have their own comission.
## Bridge Fee
A commission which is being held from the bridge transfers.
### To CF-20
**ERC20 → BEP20**
```bash
CELL 0.25% + 5 CELL
KEL 0.25% + 200 KEL
```
**BEP20 → ERC20**
```bash
CELL 0.25% + 20 CELL
KEL 0.25% + 400KEL
```
**ERC20 → CF20**
```bash
CELL: 10 CELL
KEL: 715 KEL
ETH: 0.0016
DAI: 5 DAI
USDC: 5 USDC
DFC: 5 DFC
RLE: 1 RLE
```
**BEP20 → CF20**
```bash
CELL: 10 CELL
KEL: 715 KEL
BNB: 0.0075
DAI: 5 DAI
USDC: 5 USDC
NYS: 72 NYS
```
### From CF-20
**CF20 → ERC20**
```bash
CELL: 0.5% + 10 CELL
KEL: 0.5% + 715 KEL
ETH: 0.5% + 0.0016
BNB: 0.5% + 0.0075
DAI: 0.5% + 5 DAI
USDC: 0.5% + 5 USDC
DFC: 0.5% + 5 DFC
RLE: 0.5% + 1 RLE
```
**CF20 → BEP20**
```bash
CELL: 0.5% + 10 CELL
KEL: 0.5% + 715 KEL
ETH: 0.5% + 0.0016
BNB: 0.5% + 0.0075
DAI: 0.5% + 5 DAI
USDC: 0.5% + 5 USDC
NYS: 0.5% + 72 NYS
```