Skip to content

Commit d4d4776

Browse files
authored
Fix slot funding instructions (#55)
1 parent 964cce5 commit d4d4776

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

src/pages/slot/paymaster.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,11 @@ Paymasters automatically deduct from your team's account balance when created. I
4848
```sh
4949
# Buy credits for your account (opens browser)
5050
slot auth fund
51-
52-
# Transfer credits to your team
53-
slot auth transfer <team-name> --credits <amount>
5451
```
5552

56-
### Alternative: Fund Teams via Web Interface
57-
58-
You can also fund your teams directly through the web interface:
59-
60-
1. Navigate to the team funding page: `https://x.cartridge.gg/slot/fund`
61-
2. Select the team you want to fund from the list
62-
3. Choose your payment method (credit card or crypto)
63-
4. Complete the purchase
64-
65-
This web interface provides the same functionality as the CLI commands but with a user-friendly interface for those who prefer graphical interactions.
53+
1. Select the team you want to fund from the list
54+
2. Choose your payment method (credit card or crypto)
55+
3. Complete the purchase
6656

6757
## Creating a Paymaster
6858

0 commit comments

Comments
 (0)