This guide explains how to set up and manage payment methods for your Routstr provider node, allowing you to receive micropayments for your AI inference services.
"payment": { "cashu": { "enabled": true, "mint": "https://your-cashu-mint.com", "customMint": true, // Only accept tokens from your mint "keys": { "keysets": ["mint-keyset-id"], "privateKeys": { "mint-keyset-id": "your-private-keys" // Optional, for running your own mint } } }}
"payment": { "fees": { "includeInPrice": true, // Include Lightning fees in the price "maxFeePercent": 1.0, // Maximum fee as percentage of payment "maxFeeAbsolute": 5 // Maximum fee in sats }}