Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update infra-options-orbit-chains.md #1862

Merged
merged 3 commits into from
Nov 27, 2024
Merged
Changes from 1 commit
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
28 changes: 21 additions & 7 deletions arbitrum-docs/launch-orbit-chain/infra-options-orbit-chains.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,18 @@ For applications that require the ability to transfer assets to chains outside o
- [Across](https://across.to/)
- [Decent](https://www.decent.xyz/)

## Data availability
## Data availability Committee Operators
To reduce transaction fees for Orbit chains, you can configure a Data Availability (DA) solution that stores chain data off-chain with Anytrust Chains.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To reduce transaction fees for Orbit chains, you can configure a Data Availability (DA) solution that stores chain data off-chain with Anytrust Chains.
To reduce transaction fees for Orbit chains, you can configure a Data Availability (DA) solution that stores chain data off-chain with AnyTrust Chains.

If you are enabling Fast Withdrawals, you will set up a Data Availability Committee (DAC). We currently recommend (for security and decentralization purposes) to configure a DAC with at least 3 nodes. Here are a few providers:
- Chainbase (https://chainbase.com/)
- Ankr (https://www.ankr.com/)
- Kiln (https://www.kiln.fi/)
- Chainstack (https://chainstack.com/)
- Nansen (https://www.nansen.ai/)
- Unifra (https://unifra.io/)
- BCW Group (https://bcw.group/)
- Caldera (https://www.caldera.xyz/)

One way to reduce transaction fees for Orbit chains is to configure a Data Availability (DA) solution that stores chain data off-chain. Although the AnyTrust protocol offers native support for this functionality (and is configurable by default on Orbit AnyTrust chains), the following third-party providers give you another way to store data off-chain. Note that using these services will limit your chain's ability to leverage AnyTrust protocol improvements as they relate to transaction fee and DA configurability:

- [Celestia](https://celestia.org/)
- [EigenDA](https://www.eigenlayer.xyz/)
- [AvailDA](https://www.availproject.org/)
- [Near](https://near.org/data-availability) (coming soon)

## Indexers

Expand Down Expand Up @@ -86,3 +90,13 @@ RPC endpoints are the primary interface through which users and developers inter
- [Ankr](https://www.ankr.com/)
- [Chainstack](https://chainstack.com/)
- [QuickNode](https://www.quicknode.com?utm_source=arb-docs)

## Alternative Data availability

One way to reduce transaction fees for Orbit chains is to configure a Data Availability (DA) solution that stores chain data off-chain. Although the AnyTrust protocol offers native support for this functionality (and is configurable by default on Orbit AnyTrust chains), the following third-party providers give you another way to store data off-chain. Note that using these services will limit your chain's ability to leverage AnyTrust protocol improvements as they relate to transaction fee and DA configurability:

- [Celestia](https://celestia.org/)
- [EigenDA](https://www.eigenlayer.xyz/)
- [AvailDA](https://www.availproject.org/)
- [Near](https://near.org/data-availability) (coming soon)

Loading