Skip to content

Commit

Permalink
updated for clarity (graphprotocol#714)
Browse files Browse the repository at this point in the history
* updated for clarity

* Update website/pages/en/arbitrum/arbitrum-faq.mdx

Co-authored-by: Benoît Rouleau <[email protected]>

* updated suggestions

---------

Co-authored-by: Benoît Rouleau <[email protected]>
  • Loading branch information
idalithb and benface authored Jun 24, 2024
1 parent f69b574 commit 0667550
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 16 deletions.
17 changes: 12 additions & 5 deletions website/pages/en/arbitrum/arbitrum-faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,19 @@ The Graph community decided to move forward with Arbitrum last year after the ou

## What do I need to do to use The Graph on L2?

Users bridge their GRT and ETH  using one of the following methods:
The Graph’s billing system accepts GRT on Arbitrum, and users will need ETH on Arbitrum to pay their gas. While The Graph protocol started on Ethereum Mainnet, all activity, including the billing contracts, is now on Arbitrum One.

- [The Arbitrum Bridge](https://bridge.arbitrum.io/?l2ChainId=42161)
- [TransferTo](https://transferto.xyz/swap)
- [Connext Bridge](https://bridge.connext.network/)
- [Hop Exchange](https://app.hop.exchange/#/send?token=ETH)
Consequently, to pay for queries, you need GRT on Arbitrum. Here are a few different ways to achieve this:

- If you already have GRT on Ethereum, you can bridge it to Arbitrum. You can do this via the GRT bridging option provided in Subgraph Studio or by using one of the following bridges:
- [The Arbitrum Bridge](https://bridge.arbitrum.io/?l2ChainId=42161)
- [TransferTo](https://transferto.xyz/swap)
- [Connext Bridge](https://bridge.connext.network/)
- [Hop Exchange](https://app.hop.exchange/#/send?token=ETH)
- If you have other assets on Arbitrum, you can swap them for GRT through a swapping protocol like Uniswap.
- Alternatively, you can acquire GRT directly on Arbitrum through a decentralized exchange.

Once you have GRT on Arbitrum, you can add it to your billing balance.

To take advantage of using The Graph on L2, use this dropdown switcher to toggle between chains.

Expand Down
28 changes: 17 additions & 11 deletions website/pages/en/billing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,24 @@ Subgraph users can use The Graph Token (or GRT) to pay for queries on The Graph

### GRT on Arbitrum or Ethereum

The Graph’s billing system accepts GRT from either Arbitrum or Ethereum, but users will need ETH on Arbitrum to pay for gas. While The Graph protocol started on Ethereum Mainnet, most activity, including all of the billing contracts, are on Arbitrum One. Although setting up billing with GRT on Arbitrum will process more quickly, users do not need to bridge GRT to Arbitrum before setting up billing for The Graph Network.
The Graph’s billing system accepts GRT on Arbitrum, and users will need ETH on Arbitrum to pay their gas. While The Graph protocol started on Ethereum Mainnet, all activity, including the billing contracts, is now on Arbitrum One.

> This section is written assuming you already have GRT in your wallet, and you're on Ethereum mainnet. If you don't have GRT, you can learn how to get GRT [here](#getting-grt).
To pay for queries, you need GRT on Arbitrum. Here are a few different ways to achieve this:

- If you already have GRT on Ethereum, you can bridge it to Arbitrum. You can do this via the GRT bridging option provided in Subgraph Studio or by using one of the following bridges:

- [The Arbitrum Bridge](https://bridge.arbitrum.io/?l2ChainId=42161)
- [TransferTo](https://transferto.xyz/swap)
- [Connext Bridge](https://bridge.connext.network/)
- [Hop Exchange](https://app.hop.exchange/#/send?token=ETH)

- If you already have assets on Arbitrum, you can swap them for GRT via a swapping protocol like Uniswap.

- Alternatively, you acquire GRT directly on Arbitrum through a decentralized exchange.

> This section is written assuming you already have GRT in your wallet, and you're on Arbitrum. If you don't have GRT, you can learn how to get GRT [here](#getting-grt).
Once you bridge GRT, you can add it to your billing balance.

### Adding GRT using a wallet

Expand Down Expand Up @@ -198,12 +213,3 @@ Yes, you can always withdraw GRT that has not already been used for queries from
### What happens when my billing balance runs? Will I get a warning?

You will receive several email notifications before your billing balance runs out.

### Which chain does GRT need to be on?

Subgraph Studio's GRT billing is deployed on Arbitrum. You can bridge GRT and ETH from mainnet Ethereum using any of the following options:

- [The Arbitrum Bridge](https://bridge.arbitrum.io/?l2ChainId=42161)
- [TransferTo](https://transferto.xyz/swap)
- [Connext Bridge](https://bridge.connext.network/)
- [Hop Exchange](https://app.hop.exchange/#/send?token=ETH)

0 comments on commit 0667550

Please sign in to comment.