From 5d91b1ba6075f39f322ab00af17817d97f905032 Mon Sep 17 00:00:00 2001 From: Dan Cortes <3639170+dgca@users.noreply.github.com> Date: Tue, 10 Feb 2026 13:23:21 -0800 Subject: [PATCH] Add blurb about Privy and point folks to Privy docs --- docs/base-chain/builder-codes/app-developers.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/base-chain/builder-codes/app-developers.mdx b/docs/base-chain/builder-codes/app-developers.mdx index 0e2cdd70d..2d5b55d24 100644 --- a/docs/base-chain/builder-codes/app-developers.mdx +++ b/docs/base-chain/builder-codes/app-developers.mdx @@ -126,6 +126,12 @@ When you register on [base.dev](https://base.dev/), you will receive a **Builder +## Using Privy + +Privy provides a `dataSuffix` plugin that automatically appends your Builder Code to all transactions—including both EOA transactions and ERC-4337 smart wallet user operations. + +See the [Privy Builder Codes integration guide](https://docs.privy.io/recipes/evm/base-builder-codes) for setup instructions. + ## Legacy: Per-Transaction Approach