Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions docs/base-chain/quickstart/builder-codes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ 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.

<Warning>
**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.
</Warning>

## For App Developers

Expand Down Expand Up @@ -176,10 +171,6 @@ Wallet providers need to support the `dataSuffix` capability to enable attributi

## For Base-Solana Bridge Developers

<Warning>
Onchain Builder codes are currently still not live on mainnet.
</Warning>

Builder codes work with the [Base-Solana bridge](/base-chain/quickstart/base-solana-bridge) via the [`hookData`](https://github.com/base/flywheel/blob/30266bba4649b0eb161e55bfa4755651049a5d1f/src/hooks/BridgeReferralFees.sol#L75) mechanism. Currently available for **Solana → Base** flows only.

<Steps>
Expand Down Expand Up @@ -344,9 +335,6 @@ Builder codes work with the [Base-Solana bridge](/base-chain/quickstart/base-sol
</Step>
</Steps>

<Tip>
Mainnet support for Builder Codes is not open to all builders yet. If you are interested in getting access, please contact the team on [discord](https://discord.gg/buildonbase).
</Tip>

## Contract Addresses

Expand Down