diff --git a/src/pages/guide/payments/sponsor-user-fees.mdx b/src/pages/guide/payments/sponsor-user-fees.mdx index 8e809e47..4f998b9d 100644 --- a/src/pages/guide/payments/sponsor-user-fees.mdx +++ b/src/pages/guide/payments/sponsor-user-fees.mdx @@ -28,12 +28,12 @@ Enable gasless transactions by sponsoring transaction fees for your users. Tempo ### Set up the fee payer service +For production use, applications run their own fee payer service. You can stand up a minimal one using the [`Handler.relay`](/accounts/server/handler.relay) handler provided by the [Tempo Accounts SDK](/accounts). To sponsor transactions, you need a funded account that will act as the fee payer. + :::tip -Tempo provides a public testnet fee payer service at `https://sponsor.moderato.tempo.xyz` that you can use for development and testing. If you want to run your own, follow the instructions below. +For development and testing, Tempo provides a public testnet fee payer service at `https://sponsor.moderato.tempo.xyz`. ::: -You can stand up a minimal fee payer service using the [`Handler.relay`](/accounts/server/handler.relay) handler provided by the [Tempo Accounts SDK](/accounts). To sponsor transactions, you need a funded account that will act as the fee payer. - ```ts twoslash [server.ts] // @noErrors // [!include ~/snippets/unformatted/withFeePayer.ts:server] diff --git a/src/snippets/public-testnet-sponsor-tip.mdx b/src/snippets/public-testnet-sponsor-tip.mdx index 43623c55..13920b8b 100644 --- a/src/snippets/public-testnet-sponsor-tip.mdx +++ b/src/snippets/public-testnet-sponsor-tip.mdx @@ -1,3 +1,3 @@ :::tip -Tempo provides a public testnet fee payer service at `https://sponsor.moderato.tempo.xyz` that you can use for development and testing. If you want to run your own, follow the instructions below. +For development and testing, Tempo provides a public testnet fee payer service at `https://sponsor.moderato.tempo.xyz`. For production, run your own fee payer service. ::: \ No newline at end of file