diff --git a/docs/apps/guides/gasless-transactions-with-paymaster b/docs/apps/guides/gasless-transactions-with-paymaster
new file mode 100644
index 000000000..10ad63ddc
--- /dev/null
+++ b/docs/apps/guides/gasless-transactions-with-paymaster
@@ -0,0 +1,31 @@
+---
+title: Implement Gasless Transactions with Paymasters
+description: Sponsor gas fees using Base Account paymasters for seamless UX.
+---
+
+## Overview
+
+Enable gasless experiences...
+
+## Prerequisites
+
+- ...
+
+## Steps
+
+1. ...
+
+
+
+...
+
+
+
+
+...
+
+
+## Code Examples
+
+```tsx filename="components/GaslessButton.tsx"
+// Complete, runnable component with fallback, error handling, etc.
\ No newline at end of file