Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions src/pages/controller/paymaster.md

This file was deleted.

18 changes: 17 additions & 1 deletion src/pages/slot/paymaster.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,23 @@ title: Paymaster Management

# Paymaster Management

Paymasters in Slot allow you to sponsor transaction fees for your applications, enabling gasless experiences for your users. You can manage budgets, policies, and monitor usage through the Slot CLI.
Paymasters in Slot allow you to sponsor transaction fees for your applications, enabling gasless experiences for your users. The Cartridge Paymaster is a powerful feature that enables gasless transactions for your users, creating a more seamless Web3 experience. When enabled, the paymaster automatically covers transaction fees on behalf of your users, eliminating the need for them to hold ETH / STRK for gas fees. You can manage budgets, policies, and monitor usage through the Slot CLI.

## Availability

The paymaster service is available across all networks with different activation requirements:

- **Testnet Networks**
- Automatically enabled, no additional setup required

- **Mainnet**
- Available and fully self-served
- Manage everything through the Slot CLI
- Define your own usage scopes and spending limits

## Integration

One of the key benefits of the Cartridge Paymaster is that it requires zero additional integration work. When the paymaster is enabled for your application, it will automatically activate for all eligible transactions. No code changes or configuration are needed.

## Prerequisites

Expand Down
5 changes: 5 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"source": "/arcade",
"destination": "/arcade/overview",
"permanent": false
},
{
"source": "/controller/paymaster",
"destination": "/slot/paymaster",
"permanent": true
}
]
}
4 changes: 0 additions & 4 deletions vocs.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ export default defineConfig({
text: "Sessions",
link: "/controller/sessions",
},
{
text: "Paymaster",
link: "/controller/paymaster",
},
{
text: "Presets",
link: "/controller/presets",
Expand Down