Skip to content

Commit 5f1cc25

Browse files
Arbitrum FAQ (#280)
* Arbitrum FAQ * Discord fix * Screenshot
1 parent da3b779 commit 5f1cc25

File tree

3 files changed

+84
-0
lines changed

3 files changed

+84
-0
lines changed

navigation/navigation.ts

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ export const navigation = (locale: AppLocale): NavItemDefinition[] => [
4848
{
4949
slug: 'glossary',
5050
},
51+
{
52+
slug: 'arbitrum-faq',
53+
},
5154
{
5255
slug: 'tokenomics',
5356
},

pages/en/arbitrum-faq.mdx

+81
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
title: Scaling The Graph on L2 FAQs
3+
navTitle: Arbitrum FAQ
4+
---
5+
6+
Click [here](#billing-on-arbitrum-faqs) if you would like to skip to the Arbitrum Billing FAQs.
7+
8+
## General FAQs
9+
10+
### Why is The Graph implementing an L2 Solution?
11+
12+
By scaling The Graph on L2, network participants can expect:
13+
14+
- 26x savings on gas fees
15+
16+
- Faster transaction speed
17+
18+
- Secured by Ethereum
19+
20+
The protocol allows network participants to interact more frequently at a reduced cost in gas fees. This enables Indexers to index a greater number of subgraphs, allows developers to deploy and upgrade subgraphs with greater ease, enables Delegators to delegate GRT with increased frequency, and gives Curators the ability to add signal to a larger number of subgraphs.
21+
22+
The Graph community [decided](https://forum.thegraph.com/t/gip-0031-arbitrum-grt-bridge/3305) to move forward with Arbitrum last year.
23+
24+
### What do I need to do to use The Graph on L2?
25+
26+
Users bridge their GRT and ETH  using one of the following methods:
27+
28+
- [The Graph Bridge on Arbitrum](https://bridge.arbitrum.io/?l2ChainId=42161)
29+
- [TransferTo](https://transferto.xyz/swap)
30+
- [Connext Bridge](https://bridge.connext.network/)
31+
- [Hop Exchange](https://app.hop.exchange/#/send?token=ETH)
32+
33+
To take advantage of using The Graph on L2, use this dropdown switcher to toggle between chains.
34+
35+
{/* Insert an image */} ![Dropdown switcher to toggle Arbitrum](/img/arbitrum-screenshot-toggle.png)
36+
37+
### As a subgraph developer, data consumer, Indexer, Curator, or Delegator, what do I need to do now?
38+
39+
There is no immediate action required.
40+
41+
Core developer teams are working to create migration helpers that will make it significantly easier to move delegation, curation, and subgraphs to Arbitrum. Network participants can expect migration helpers to be available in April 2023.
42+
43+
The Graph community can also expect indexing rewards to be enabled on Arbitrum in February or March 2023.
44+
45+
### If I would like to participate in the network on L2, what should I do?
46+
47+
Please help [test the network](https://testnet.thegraph.com/explorer) on L2 and report feedback about your experience in [Discord](https://discord.gg/vtvv7FP).
48+
49+
### Are there any risks associated with scaling the network to L2?
50+
51+
All smart contracts have been thoroughly [audited](https://github.com/graphprotocol/contracts/blob/dev/audits/OpenZeppelin/2022-07-graph-arbitrum-bridge-audit.pdf).
52+
53+
Everything has been tested thoroughly, and a contingency plan is in place to ensure a safe and seamless transition. Details can be found [here](https://forum.thegraph.com/t/gip-0037-the-graph-arbitrum-deployment-with-linear-rewards-minted-in-l2/3551#risks-and-security-considerations-20).
54+
55+
### Will existing subgraphs on Ethereum continue to work?
56+
57+
Yes, The Graph Network contracts will operate in parallel on both Ethereum and Arbitrum until moving fully to Arbitrum at a later date.
58+
59+
### Will GRT have a new smart contract deployed on Arbitrum?
60+
61+
Yes, GRT has an additional [smart contract on Arbitrum](https://arbiscan.io/address/0x9623063377ad1b27544c965ccd7342f7ea7e88c7). However, the Ethereum mainnet [GRT contract](https://etherscan.io/token/0xc944e90c64b2c07662a292be6244bdf05cda44a7) will remain operational.
62+
63+
## Billing on Arbitrum FAQs
64+
65+
### What do I need to do about the GRT in my billing balance?
66+
67+
Nothing! Your GRT has been securely migrated to Arbitrum and is being used to pay for queries as you read this.
68+
69+
### How do I know my funds have migrated securely to Arbitrum?
70+
71+
All GRT billing balances have already been successfully migrated to Arbitrum. You can view the billing contract on Arbitrum [here](https://arbiscan.io/address/0x1B07D3344188908Fb6DEcEac381f3eE63C48477a).
72+
73+
### How do I know the Arbitrum bridge is secure?
74+
75+
The bridge has been [heavily audited](https://code4rena.com/contests/2022-10-the-graph-l2-bridge-contest) to ensure safety and security for all users.
76+
77+
### What do I need to do if I'm adding fresh GRT from my Ethereum mainnet wallet?
78+
79+
Adding GRT to your Arbitrum billing balance can be done with a one-click experience in [Subgraph Studio](https://thegraph.com/studio/). You'll be able to easily bridge your GRT to Arbitrum and fill your API keys in one transaction.
80+
81+
Visit the [Billing page](https://thegraph.com/docs/en/billing/) for more detailed instructions on adding, withdrawing, or acquiring GRT.
316 KB
Loading

0 commit comments

Comments
 (0)