From f3333cefcbbd168eea973fe23a689ab3d3541e5c Mon Sep 17 00:00:00 2001 From: Patrick Hughes Date: Tue, 16 Dec 2025 14:48:01 -0600 Subject: [PATCH 1/2] add callout for AA only transactions in base dev --- docs/base-chain/quickstart/builder-codes.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/base-chain/quickstart/builder-codes.mdx b/docs/base-chain/quickstart/builder-codes.mdx index 874a9a65..48d6735b 100644 --- a/docs/base-chain/quickstart/builder-codes.mdx +++ b/docs/base-chain/quickstart/builder-codes.mdx @@ -13,6 +13,10 @@ Each code has associated metadata. Onchain metadata primarily includes a “payo Once your app is registered on [Base.dev](http://base.dev/), the Base App will auto-append your Base Builder Code to transactions its users make in your app (e.g. via your mini app, or the Base App's browser). This powers your onchain analytics in [Base.dev](http://base.dev/) and qualifies you for potential future rewards. + +**Builder code analytics on Base.dev currently only support Smart Account (AA) transactions.** Support for Externally Owned Account (EOA) transactions is coming soon. If your app primarily uses EOA transactions, your analytics may not appear in the dashboard yet. + + ## For App Developers From 26aed3717a3814fc5004198f6119deafed588969 Mon Sep 17 00:00:00 2001 From: Patrick Hughes Date: Tue, 16 Dec 2025 15:11:55 -0600 Subject: [PATCH 2/2] update language to include retroactive data --- docs/base-chain/quickstart/builder-codes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/base-chain/quickstart/builder-codes.mdx b/docs/base-chain/quickstart/builder-codes.mdx index 48d6735b..2b701d28 100644 --- a/docs/base-chain/quickstart/builder-codes.mdx +++ b/docs/base-chain/quickstart/builder-codes.mdx @@ -14,7 +14,7 @@ Each code has associated metadata. Onchain metadata primarily includes a “payo Once your app is registered on [Base.dev](http://base.dev/), the Base App will auto-append your Base Builder Code to transactions its users make in your app (e.g. via your mini app, or the Base App's browser). This powers your onchain analytics in [Base.dev](http://base.dev/) and qualifies you for potential future rewards. -**Builder code analytics on Base.dev currently only support Smart Account (AA) transactions.** Support for Externally Owned Account (EOA) transactions is coming soon. If your app primarily uses EOA transactions, your analytics may not appear in the dashboard yet. +**Builder Code analytics currently only support Smart Account (AA) transactions.** EOA support is coming soon. Your attribution data is preserved and will appear once EOA support is activated.