Monipay Chrome Extension

Browser extension for inline payments. window.monipay.requestPayment() API for gasless stablecoin payments inside any web app.

Chrome extension

The Monipay Chrome extension provides an inline payment experience for the web.

Provider API

The extension injects a monipay object into the global window scope:

window.monipay.requestPayment({
  to: "@monitag",
  amount: "5.00",
  chain: "base"
});

Security

The extension uses the same non-custodial invisible-wallet architecture as the main app. Keys are stored locally in the extension's secure storage.

Read next