Skip to content

Commit aaad38f

Browse files
committed
reorder questions
1 parent 060d0b0 commit aaad38f

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

docs/base-chain/builder-codes/builder-codes-faq.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
title: "Builder Codes FAQ"
33
---
44

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-
115
### What is a "builder code" and where do I get one?
126

137
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
1610
Obtain your builder code [here](/base-chain/builder-codes/builder-codes).
1711
</Tip>
1812

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+
1920
### Do I need to modify my smart contracts to use ERC-8021?
2021

2122
**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

Comments
 (0)