-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into node-running-overview
- Loading branch information
Showing
13 changed files
with
350 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+718 KB
...ted-audit-reports/2024_09_25_trail_of_bits_security_audit_timeboost_auction_contracts.pdf
Binary file not shown.
63 changes: 48 additions & 15 deletions
63
arbitrum-docs/how-arbitrum-works/bold/bold-economics-of-disputes.md
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
arbitrum-docs/launch-orbit-chain/aep-fee-router-introduction.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
title: 'The AEP fee router: introduction' | ||
sidebar_label: 'AEP fee router: overview' | ||
description: 'Learn what is the AEP fee router.' | ||
author: Midroni | ||
sme: Midroni | ||
user_story: As a current Orbit chain owner, I need to understand what the AEP fee router is. | ||
content_type: get-started | ||
--- | ||
|
||
## What is the Arbitrum expansion program? | ||
|
||
The [Arbitrum Expansion Program](https://forum.arbitrum.foundation/t/the-arbitrum-expansion-program-and-developer-guild/20722) (AEP) allows Orbit chains to deploy on *any chain*permissionlessly. As part of the [AEP license](https://docs.arbitrum.foundation/assets/files/Arbitrum%20Expansion%20Program%20Jan182024-4f08b0c2cb476a55dc153380fa3e64b0.pdf), Orbit chains deployed outside of Arbitrum One and Arbitrum Nova must pay 10% of their **Net Protocol Revenue** to the Arbitrum DAO. | ||
|
||
The Arbitrum Expansion Program and Developer Guild are initiatives launched in collaboration with Offchain Labs to promote the development of customized Arbitrum chains using the Orbit framework. The Expansion Program simplifies the process for teams to create Layer 2 (L2) and Layer 3 (L3) chains, offering self-service tools and customization options. | ||
Projects benefit from features like: | ||
|
||
- Dedicated block space | ||
- Custom gas tokens | ||
- Flexible governance. | ||
|
||
These chains can settle to any chain relying on the Ethereum security model. | ||
|
||
The Developer Guild incentivizes developers contributing to the Arbitrum codebase, with 2% of revenue from new chains going to a fund dedicated to this purpose. The Expansion Program is designed to align with Ethereum, encourage innovation, and enable projects to tailor the Arbitrum stack to their specific needs. The program also aims to streamline chain deployment, making it easier for developers to adopt Arbitrum's technology while contributing back to the community. | ||
|
||
As an Orbit chain owner, you may have the following questions: | ||
|
||
## How do I send my AEP fees from my Orbit chain to the Arbitrum DAO? | ||
|
||
Arbitrum provides Orbit chains with easily deployable smart contracts that can streamline the transfer of AEP Fees into the Arbitrum DAO treasury. These contracts are known as **AEP Fee Routers**. | ||
|
||
## What is net protocol revenue? | ||
|
||
Net Protocol Revenue is equivalent to an Orbit chain's profit (revenue minus costs). | ||
|
||
## How can I ensure I'm complying with the AEP license? | ||
|
||
The Arbitrum Foundation will track compliance based on fees received through the **AEP Fee Router**. | ||
|
||
## How can I set up an AEP fee router on my Orbit chain? | ||
|
||
You can learn how to set up your AEP fee router in [implementation guide](/launch-orbit-chain/how-tos/set-up-aep-fee-router.mdx). |
Oops, something went wrong.