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

Add DIN information. #1833

Merged
merged 9 commits into from
Jan 23, 2025
22 changes: 14 additions & 8 deletions services/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,21 @@ include:

- **Broad access to major networks** - Infura supports the major networks, allowing you to take advantage of Ethereum's smart
contracts, IPFS's distributed file system, or high performing layer 2 networks.
- **Failover support for APIs** - Currently available on select networks for customers on Growth or Custom plans; if an Infura API
endpoint becomes unavailable for any reason, requests can be forwarded to a partner to fulfill the request.
This ensures that your application remains up and running, providing uninterrupted service to your users.
- **Archive data querying** - [Access historical state data](concepts/archive-data.md) at any given
block height. This is an invaluable feature for those who need to perform deep analyses of past transactions, contract
states, or balances. With this feature, developers can build applications that are not only data-rich but also comprehensive.
- [**Decentralized Infrastructure Network (DIN) support**](https://www.infura.io/solutions/decentralized-infrastructure-service) -
DIN works alongside Infura to provide the following:
- **Failover support for APIs** - Currently available on select networks for customers on Growth or Custom plans; if an Infura API
endpoint becomes unavailable for any reason, requests can be forwarded to a DIN partner to fulfill the request.
This ensures that your application remains running, providing uninterrupted service to your users.
- **Expanded network access** - Infura can extend its network offerings by leveraging DIN to access networks that it doesn't
natively support.
- **Expanded method support** - This includes access to debug or trace methods not natively
supported by Infura. For these types of calls, Infura leverages DIN to provide user access.
- **Archive data querying** - [Access historical state data](concepts/archive-data.md) at any given
block height. This is essential for performing deep analyses of past transactions, contract
states, or balances. With this feature, developers can build applications that are not only data-rich but also comprehensive.
Infura can leverage DIN to provide access to archive data that may not be natively supported.
- **Expansion APIs** -
[Access Infura's multichain Gas API](reference/gas-api/api-reference/index.md). Use the Gas API used by the MetaMask wallet to analyze and
optimize gas costs on EIP-1559 compatible chains.
[Access Infura's multichain Gas API](reference/gas-api/api-reference/index.md). Use the Gas API used by the MetaMask wallet to analyze and optimize gas costs on EIP-1559 compatible chains.

<head>
<meta httpEquiv="cache-control" content="no-cache" />
Expand Down
Loading