Monero Integrated Address Generator

A simple, open-source, client-side tool to turn a standard Monero address into an integrated address by embedding an 8-byte payment ID. It only uses your public address, never any private keys. Nothing leaves your browser.

Home | Links | Notes | Toolkit | Contact









FAQs

What is this site?

This site builds a Monero integrated address from a standard address you provide and an 8-byte payment ID, entirely within your browser. It decodes the standard address, embeds the payment ID, recomputes the checksum, and re-encodes the result.

What is an integrated address?

An integrated address is a standard Monero address with a short payment ID built into it. When someone pays it, the payment ID is included automatically, which lets a recipient tell different incoming payments apart without sharing separate addresses.

What is a payment ID?

An 8-byte (16 hexadecimal character) value used to label a payment. Leave the field blank and this tool generates a cryptographically random one for you using your browser's secure random generator.

Should I use an integrated address or a subaddress?

For most cases the Monero community now recommends subaddresses, which offer the same "tell payments apart" benefit with better privacy. Integrated addresses remain fully supported and are still useful for some services and older setups. Use whichever your situation calls for.

Is this safe? Does it touch my private keys?

It only uses your public standard address, never any secret key. Generating an integrated address is a public operation, so there is nothing secret involved. As always, verify the result before relying on it.

Do you log anything I enter?

No. This site is a static page that runs entirely client-side. Nothing you enter is sent anywhere, so it works offline.

Is this site open source?

Yes! You can find the full source code on GitHub. QR codes are rendered with the open-source qrcode-generator library (MIT), self-hosted on this site.


Disclaimer: This tool is provided "as is" with no warranties. Use at your own risk. Always double-check the generated address before sharing it or receiving funds.