# Using the CLI
## Question
* My wallet does not have my validator keys in it - is this expected?
* In namada client init-account what is the difference between public-key and source?
## Errors
When trying to fill my newly established account with some XAN tokens, using the commmand
```
./namada client transfer \
--source faucet \
--target bengt-e \
--signer bengt-e \
--token XAN \
--amount 100
```
I receive the following result/error:
```
Transaction accepted with result: {
"info": "Transaction is valid. Gas used: 2; VPs result: ",
"log": "",
"height": "65718",
"hash": "3822E30FD4D3C6102019210A8C896073540E35D5B9FE1A76B6C3D355905C9716",
"code": "0",
"gas_used": "2",
"initialized_accounts": []
}
Transaction applied with result: {
"info": "Error trying to apply a transaction: Transaction runner error: Failed running wasm with: RuntimeError: unreachable\n at <unnamed> (<module>[177]:0x1077c)",
"log": "",
"height": "65719",
"hash": "DE2334B1DE8B4E8EB979CE96AEC0A443E97BBEF30FCE5E93900572551B7B0DFB",
"code": "3",
"gas_used": "91311",
"initialized_accounts": []
}
```
With no XAN in my account :(
## PoS
Self-bonding is quite unintuitive