Hi,
I’ve been following Kepler in this intro. I’m trying to deploy a canister through Orbit Wallet and I’m confused about the cycles funding workflow.
My Setup:
- Station canister: g24fd-zaaaa-aaaac-qc2pq-cai
- 1 Canister I created through Orbit: zhz7b-5iaaa-aaaae-ac4qa-cai
- I have 1 ICP in my Orbit Wallet account
What I Expected:
-
When I top up or deploy a canister through Orbit, I expected it to automatically convert ICP from my wallet to cycles. I saw the “Mint from ICP” option and assumed this would handle it.

What Happens:
- I created a canister through Orbit’s UI, but when I tried to deploy it fails. I had to send cycles through dfx to deploy and top up the canister.
Questions:
-
Is this expected behavior or am I missing something?
-
What is the recommended workflow?
- Should I deploy canisters through dfx first, then give control to my Orbit Station and manage permissions through it?
Thank you