Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions website/src/pages/ar/ai-suite/graph-assistant/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ An agentic application combines AI-driven reasoning with external data sources o

3. Which networks and data does Graph Assistant support?

The Assistant has access to Subgraphs across multiple chains. If a Subgraph is published to The Graph Network and is being indexed, the Assistant can automatically route queries to it. The Assistant also has access to the Token API on Ethereum Mainnet, BSC, Unichain, Arbitrum-One, Optimism, and Polygon.
The Assistant has access to Subgraphs across multiple chains. If a Subgraph is published to The Graph Network and is being indexed, the Assistant can automatically route queries to it. The Assistant also has access to the Token API on Ethereum Mainnet, BSC, Unichain, Arbitrum One, Optimism, and Polygon.

4. Is there a usage limit or quota?

Yes, 10 questions per hour.

5. What if the Assistant can't interpret my question?

When the Assistant fails to parse your intent (for example, ambiguous token name, missing context, or an unsupported request), it will prompt you for clarification. For instance, it might ask, “Did you mean XYZ on Ethereum or XYZ on Arbitrum?” or “Please specify a date range for this query.” If you continue to see parsing errors, check that you're using correct token symbols or specifying networks and time frames clearly.
When the Assistant fails to parse your intent (for example, ambiguous token name, missing context, or an unsupported request), it will prompt you for clarification. For instance, it might ask, “Did you mean XYZ on Ethereum or XYZ on Arbitrum One?” or “Please specify a date range for this query.” If you continue to see parsing errors, check that you're using correct token symbols or specifying networks and time frames clearly.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ You don't need to write queries or understand a Subgraph's schema, you simply as
**Cross-Chain Comparison**

- “Show me the 7-day trading volume of XYZ on Ethereum vs. Polygon.”
- “How many XYZ swaps occurred on Arbitrum yesterday?”
- “How many XYZ swaps occurred on Arbitrum One yesterday?”

To get started follow the [quickstart](/ai-suite/graph-assistant/quick-start/) and explore its capabilities.
2 changes: 1 addition & 1 deletion website/src/pages/ar/archived/_meta-titles.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"arbitrum": "Scaling with Arbitrum"
"arbitrum": "Scaling with Arbitrum One"
}
79 changes: 79 additions & 0 deletions website/src/pages/ar/archived/arbitrum-faq.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
---
title: Arbitrum One FAQ
---

Click [here](#billing-on-arbitrum-faqs) if you would like to skip to the Arbitrum One Billing FAQs.

## Why did The Graph implement an L2 Solution?

By scaling The Graph on L2, network participants can now benefit from:

- Upwards of 26x savings on gas fees

- سرعة أكبر في المعاملات

- Security inherited from Ethereum

Scaling the protocol smart contracts onto L2 allows network participants to interact more frequently at a reduced cost in gas fees. For example, Indexers can open and close allocations more frequently to index a greater number of Subgraphs. Developers can deploy and update Subgraphs more easily, and Delegators can delegate GRT more frequently. Curators can add or remove signal to a larger number of Subgraphs–actions previously considered too cost-prohibitive to perform frequently due to gas.

The Graph community decided to move forward with Arbitrum One last year after the outcome of the [GIP-0031](https://forum.thegraph.com/t/gip-0031-arbitrum-grt-bridge/3305) discussion.

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

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

Consequently, to pay for queries, you need GRT on Arbitrum One. Here are a few different ways to achieve this:

- If you already have GRT on Ethereum, you can bridge it to Arbitrum One. You can do this via the GRT bridging option provided in Subgraph Studio or by using one of the following bridges:
- [The Arbitrum One Bridge](https://bridge.arbitrum.io/?l2ChainId=42161)
- [TransferTo](https://transferto.xyz/swap)

- If you have other assets on Arbitrum One, you can swap them for GRT through a swapping protocol like Uniswap.

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

Once you have GRT on Arbitrum One, 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.

![Dropdown switcher to toggle Arbitrum One](/img/arbitrum-screenshot-toggle.png)

## As a Subgraph developer, data consumer, Indexer, Curator, or Delegator, what do I need to do now?

Network participants must move to Arbitrum One to continue participating in The Graph Network. Please refer to [L2 Transfer Tool Guide](/archived/arbitrum/l2-transfer-tools-guide/) for additional support.

All indexing rewards are now entirely on Arbitrum One.

## Were there any risks associated with scaling the network to L2?

All smart contracts have been thoroughly [audited](https://github.com/graphprotocol/contracts/blob/main/packages/contracts/audits/OpenZeppelin/2022-07-graph-arbitrum-bridge-audit.pdf).

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).

## Are existing Subgraphs on Ethereum working?

All Subgraphs are now on Arbitrum One. Please refer to [L2 Transfer Tool Guide](/archived/arbitrum/l2-transfer-tools-guide/) to ensure your Subgraphs operate seamlessly.

## Does GRT have a new smart contract deployed on Arbitrum One?

Yes, GRT has an additional [smart contract on Arbitrum One](https://arbiscan.io/address/0x9623063377ad1b27544c965ccd7342f7ea7e88c7). However, the Ethereum mainnet [GRT contract](https://etherscan.io/token/0xc944e90c64b2c07662a292be6244bdf05cda44a7) will remain operational.

## Billing on Arbitrum One FAQs

## What do I need to do about the GRT in my billing balance?

Nothing! Your GRT has been securely migrated to Arbitrum One and is being used to pay for queries as you read this.

## How do I know my funds have migrated securely to Arbitrum One?

All GRT billing balances have already been successfully migrated to Arbitrum One. You can view the billing contract on Arbitrum One [here](https://arbiscan.io/address/0x1B07D3344188908Fb6DEcEac381f3eE63C48477a).

## How do I know the Arbitrum One bridge is secure?

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.

## What do I need to do if I'm adding fresh GRT from my Ethereum mainnet wallet?

Adding GRT to your Arbitrum One 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 One and fill your API keys in one transaction.

Visit the [Billing page](/subgraphs/billing/) for more detailed instructions on adding, withdrawing, or acquiring GRT.
44 changes: 22 additions & 22 deletions website/src/pages/ar/archived/arbitrum/arbitrum-faq.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Arbitrum FAQ
title: Arbitrum One FAQ
---

Click [here](#billing-on-arbitrum-faqs) if you would like to skip to the Arbitrum Billing FAQs.
Click [here](#billing-on-arbitrum-faqs) if you would like to skip to the Arbitrum One Billing FAQs.

## Why did The Graph implement an L2 Solution?

Expand All @@ -16,33 +16,33 @@ By scaling The Graph on L2, network participants can now benefit from:

Scaling the protocol smart contracts onto L2 allows network participants to interact more frequently at a reduced cost in gas fees. For example, Indexers can open and close allocations more frequently to index a greater number of Subgraphs. Developers can deploy and update Subgraphs more easily, and Delegators can delegate GRT more frequently. Curators can add or remove signal to a larger number of Subgraphs–actions previously considered too cost-prohibitive to perform frequently due to gas.

The Graph community decided to move forward with Arbitrum last year after the outcome of the [GIP-0031](https://forum.thegraph.com/t/gip-0031-arbitrum-grt-bridge/3305) discussion.
The Graph community decided to move forward with Arbitrum One last year after the outcome of the [GIP-0031](https://forum.thegraph.com/t/gip-0031-arbitrum-grt-bridge/3305) discussion.

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

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 Graph’s billing system accepts GRT on Arbitrum One, and users will need ETH on Arbitrum One to pay their gas. While The Graph protocol started on Ethereum Mainnet, all activity, including the billing contracts, is now on Arbitrum One.

Consequently, to pay for queries, you need GRT on Arbitrum. Here are a few different ways to achieve this:
Consequently, to pay for queries, you need GRT on Arbitrum One. 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)
- If you already have GRT on Ethereum, you can bridge it to Arbitrum One. You can do this via the GRT bridging option provided in Subgraph Studio or by using one of the following bridges:
- [The Arbitrum One Bridge](https://bridge.arbitrum.io/?l2ChainId=42161)
- [TransferTo](https://transferto.xyz/swap)

- If you have other assets on Arbitrum, you can swap them for GRT through a swapping protocol like Uniswap.
- If you have other assets on Arbitrum One, you can swap them for GRT through a swapping protocol like Uniswap.

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

Once you have GRT on Arbitrum, you can add it to your billing balance.
Once you have GRT on Arbitrum One, 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.

![Dropdown switcher to toggle Arbitrum](/img/arbitrum-screenshot-toggle.png)
![Dropdown switcher to toggle Arbitrum One](/img/arbitrum-screenshot-toggle.png)

## As a Subgraph developer, data consumer, Indexer, Curator, or Delegator, what do I need to do now?

Network participants must move to Arbitrum to continue participating in The Graph Network. Please refer to [L2 Transfer Tool Guide](/archived/arbitrum/l2-transfer-tools-guide/) for additional support.
Network participants must move to Arbitrum One to continue participating in The Graph Network. Please refer to [L2 Transfer Tool Guide](/archived/arbitrum/l2-transfer-tools-guide/) for additional support.

All indexing rewards are now entirely on Arbitrum.
All indexing rewards are now entirely on Arbitrum One.

## Were there any risks associated with scaling the network to L2?

Expand All @@ -52,28 +52,28 @@ Everything has been tested thoroughly, and a contingency plan is in place to ens

## Are existing Subgraphs on Ethereum working?

All Subgraphs are now on Arbitrum. Please refer to [L2 Transfer Tool Guide](/archived/arbitrum/l2-transfer-tools-guide/) to ensure your Subgraphs operate seamlessly.
All Subgraphs are now on Arbitrum One. Please refer to [L2 Transfer Tool Guide](/archived/arbitrum/l2-transfer-tools-guide/) to ensure your Subgraphs operate seamlessly.

## Does GRT have a new smart contract deployed on Arbitrum?
## Does GRT have a new smart contract deployed on Arbitrum One?

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.
Yes, GRT has an additional [smart contract on Arbitrum One](https://arbiscan.io/address/0x9623063377ad1b27544c965ccd7342f7ea7e88c7). However, the Ethereum mainnet [GRT contract](https://etherscan.io/token/0xc944e90c64b2c07662a292be6244bdf05cda44a7) will remain operational.

## Billing on Arbitrum FAQs
## Billing on Arbitrum One FAQs

## What do I need to do about the GRT in my billing balance?

Nothing! Your GRT has been securely migrated to Arbitrum and is being used to pay for queries as you read this.
Nothing! Your GRT has been securely migrated to Arbitrum One and is being used to pay for queries as you read this.

## How do I know my funds have migrated securely to Arbitrum?
## How do I know my funds have migrated securely to Arbitrum One?

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).
All GRT billing balances have already been successfully migrated to Arbitrum One. You can view the billing contract on Arbitrum One [here](https://arbiscan.io/address/0x1B07D3344188908Fb6DEcEac381f3eE63C48477a).

## How do I know the Arbitrum bridge is secure?
## How do I know the Arbitrum One bridge is secure?

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.

## What do I need to do if I'm adding fresh GRT from my Ethereum mainnet wallet?

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.
Adding GRT to your Arbitrum One 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 One and fill your API keys in one transaction.

Visit the [Billing page](/subgraphs/billing/) for more detailed instructions on adding, withdrawing, or acquiring GRT.
Loading