You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/base-chain/builder-codes/builder-codes-faq.mdx
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,6 @@
2
2
title: "Builder Codes FAQ"
3
3
---
4
4
5
-
### What are the benefits of supporting Builder Codes?
6
-
7
-
-**Revenue Sharing:** Base can automatically distribute fees to applications that bring them users
8
-
-**Analytics:** Developers can reliably track onchain usage, user acquisition, and conversion metrics in Base.dev
9
-
-**Ecosystem Incentives:** Creates sustainable economic models where everyone in the value chain gets credited
10
-
11
5
### What is a "builder code" and where do I get one?
12
6
13
7
A **builder code** is a ASCII string (like `"baseapp"` or `"bc_xyz456"`) that identifies your application in the ERC-8021 attribution system. When your app's transactions include this code, protocols can identify and reward you.
@@ -16,6 +10,13 @@ A **builder code** is a ASCII string (like `"baseapp"` or `"bc_xyz456"`) that id
16
10
Obtain your builder code [here](/base-chain/builder-codes/builder-codes).
17
11
</Tip>
18
12
13
+
### What are the benefits of supporting Builder Codes?
14
+
15
+
-**Revenue Sharing:** Base can automatically distribute fees to applications that bring them users
16
+
-**Analytics:** Developers can reliably track onchain usage, user acquisition, and conversion metrics in Base.dev
17
+
-**Ecosystem Incentives:** Creates sustainable economic models where everyone in the value chain gets credited
18
+
19
+
19
20
### Do I need to modify my smart contracts to use ERC-8021?
20
21
21
22
**No.** The attribution suffix is appended to the end of transaction calldata. Smart contracts execute normally and ignore the extra data. Attribution is extracted by offchain indexers after the fact.
0 commit comments