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