Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat: add YGG (#278)
Browse files Browse the repository at this point in the history
* feat: add YGG

* feat: wording
  • Loading branch information
RodinGolodin authored Mar 22, 2024
1 parent 8549083 commit fddf410
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 41 deletions.
2 changes: 1 addition & 1 deletion docs/apps/katana.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Key features:
* Farm: Stake liquidity pool (LP) tokens to farm RON.
* Analytics: Check your earned fees.

Link: [katana.roninchain.com](https://katana.roninchain.com)
Visit Katana at [katana.roninchain.com](https://katana.roninchain.com).

<img src={katana} width={1200} />
2 changes: 1 addition & 1 deletion docs/apps/multisig.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import multisig from './assets/multisig.png'

Ronin Multisig Wallet is a multi-signature (multi-sig) wallet powered by Gnosis Safe. A multi-sig wallet requires multiple keys to sign a transaction before it can be executed. For example, you can set up multiple devices, such as hardware wallets, software wallets, paper wallets, to confirm transactions.

Link: [multisig.roninchain.com/](https://multisig.roninchain.com/)
Visit the multisig wallet at [multisig.roninchain.com/](https://multisig.roninchain.com/).

<img src={multisig} width={1200} />
2 changes: 1 addition & 1 deletion docs/apps/ron-staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Key features:
* [Manage your stake](./../delegators/manage/manage-stake.mdx): RON holders can increase or withdraw their stake from a validator, or move it to a different validator.
* [Claim or restake your rewards](./../delegators/manage/claim-rewards.mdx): RON holders can claim rewards for staking their tokens.

Link: [app.roninchain.com/staking](https://app.roninchain.com/staking)
Visit the staking app at [app.roninchain.com/staking](https://app.roninchain.com/staking).

<img src={ronStaking} width={1200} />
10 changes: 4 additions & 6 deletions docs/apps/ronin-bridge/guides/deposit-nft.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,17 @@ toc_max_heading_level: 2

## Overview

This guide describes how to use Ronin Bridge to send an NFT (non-fungible token) from your Ethereum wallet, such as MetaMask or Trust Wallet, to an address on the Ronin chain.
This guide describes how to use Ronin Bridge to send an NFT (non-fungible token) from your Ethereum address to your Ronin Wallet.

## Prerequisites

If you access Ronin Bridge through the Ronin Wallet mobile app, then you can only connect Ethereum wallets imported into your Ronin Wallet beforehand.

To import your Ethereum wallets, see [Importing Your MetaMask Wallet to Ronin Wallet](https://support.roninchain.com/hc/en-us/articles/14862812718107-Importing-Your-MetaMask-Wallet-to-Ronin-Wallet).
If you access Ronin Bridge on mobile, remember to import your Ethereum address to your mobile Ronin Wallet. To learn how to do that, see [Importing Your MetaMask Wallet to Ronin Wallet](https://support.roninchain.com/hc/en-us/articles/14862812718107-Importing-Your-MetaMask-Wallet-to-Ronin-Wallet).

## Step 1. Add the sender and recipient addresses

1. Open [Ronin Bridge](https://app.roninchain.com/bridge) and select the **NFTs** tab.
1. Go to [https://app.roninchain.com/bridge](https://app.roninchain.com/bridge), then select the **NFTs** tab.
![nft-deposit-0](../assets/nft-deposit-0.png)
2. In the **From** field, connect the Ethereum wallet that you want to bridge the NFT from. The supported wallets include MetaMask, Trust Wallet, and Coinbase.
2. In the **From** field, connect the Ethereum wallet that you want to bridge the NFT from.
![nft-deposit-1](../assets/nft-deposit-1.png)
3. In the **To** field, enter the Ronin address that you want to deposit the NFT into. You can also enter the RNS (Ronin Name Service) domain name linked to the address, such as "example.ron". Make sure to specify the *full RNS name* including the ".ron" part, so that the system can recognize the linked address.
![nft-deposit-2](../assets/nft-deposit-2.png)
Expand Down
10 changes: 4 additions & 6 deletions docs/apps/ronin-bridge/guides/deposit-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,17 @@ title: Deposit an ERC20 token

## Overview

This guide describes how to use Ronin Bridge to send an ERC20 token from your Ethereum wallet, such as MetaMask or Trust Wallet, to an address on the Ronin chain.
This guide describes how to use Ronin Bridge to send an ERC20 token from your Ethereum address to your Ronin Wallet.

## Prerequisites

If you access Ronin Bridge through the Ronin Wallet mobile app, then you can only connect Ethereum wallets imported into your Ronin Wallet beforehand.

To import your Ethereum wallets, see [Importing Your MetaMask Wallet to Ronin Wallet](https://support.roninchain.com/hc/en-us/articles/14862812718107-Importing-Your-MetaMask-Wallet-to-Ronin-Wallet).
If you access Ronin Bridge on mobile, remember to import your Ethereum address to your mobile Ronin Wallet. To learn how to do that, see [Importing Your MetaMask Wallet to Ronin Wallet](https://support.roninchain.com/hc/en-us/articles/14862812718107-Importing-Your-MetaMask-Wallet-to-Ronin-Wallet).

## Step 1. Add the sender and recipient addresses

1. Open [Ronin Bridge](https://app.roninchain.com/bridge).
1. Go to [https://app.roninchain.com/bridge](https://app.roninchain.com/bridge).
![token-deposit-0](../assets/token-deposit-0.png)
2. In the **From** field, connect the Ethereum wallet that you want to bridge the token from. The supported wallets include MetaMask, Trust Wallet, and Coinbase.
2. In the **From** field, connect the Ethereum wallet that you want to bridge the token from.
![token-deposit-1](../assets/token-deposit-1.png)
3. In the **To** field, enter the Ronin address that you want to deposit the token into. You can also enter the RNS (Ronin Name Service) domain name linked to the address, such as "example.ron". Make sure to specify the *full RNS name* including the ".ron" part, so that the system can recognize the linked address.
![token-deposit-2](../assets/token-deposit-2.png)
Expand Down
8 changes: 3 additions & 5 deletions docs/apps/ronin-bridge/guides/withdraw-nft.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,15 @@ toc_max_heading_level: 2

## Overview

This guide describes how to use Ronin Bridge to send an NFT (non-fungible token) from your Ronin Wallet to an address on Ethereum.
This guide describes how to use Ronin Bridge to send an NFT (non-fungible token) from your Ronin Wallet to an Ethereum address.

## Prerequisites

If you access Ronin Bridge through the Ronin Wallet mobile app, then you can only connect Ethereum wallets imported into your Ronin Wallet beforehand.

To import your Ethereum wallets, see [Importing Your MetaMask Wallet to Ronin Wallet](https://support.roninchain.com/hc/en-us/articles/14862812718107-Importing-Your-MetaMask-Wallet-to-Ronin-Wallet).
If you access Ronin Bridge on mobile, remember to import your Ethereum address to your mobile Ronin Wallet. To learn how to do that, see [Importing Your MetaMask Wallet to Ronin Wallet](https://support.roninchain.com/hc/en-us/articles/14862812718107-Importing-Your-MetaMask-Wallet-to-Ronin-Wallet).

## Step 1. Add the sender and recipient addresses

1. Open [Ronin Bridge](https://app.roninchain.com/bridge) and select the **NFTs** tab.
1. Go to [https://app.roninchain.com/bridge](https://app.roninchain.com/bridge), then select the **NFTs** tab.
![nft-withdrawal-0](../assets/nft-deposit-0.png)
2. Switch to the withdrawal feature by selecting the button between the **From** and **To** fields.
![nft-withdrawal-1](../assets/nft-withdrawal-1.png)
Expand Down
8 changes: 3 additions & 5 deletions docs/apps/ronin-bridge/guides/withdraw-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@ title: Withdraw an ERC20 token

## Overview

This guide describes how to use Ronin Bridge to send an ERC20 token from your Ronin Wallet to an address on Ethereum.
This guide describes how to use Ronin Bridge to send an ERC20 token from your Ronin Wallet to an Ethereum address.

## Prerequisites

If you access Ronin Bridge through the Ronin Wallet mobile app, then you can only connect Ethereum wallets imported into your Ronin Wallet beforehand.

To import your Ethereum wallets, see [Importing Your MetaMask Wallet to Ronin Wallet](https://support.roninchain.com/hc/en-us/articles/14862812718107-Importing-Your-MetaMask-Wallet-to-Ronin-Wallet).
If you access Ronin Bridge on mobile, remember to import your Ethereum address to your mobile Ronin Wallet. To learn how to do that, see [Importing Your MetaMask Wallet to Ronin Wallet](https://support.roninchain.com/hc/en-us/articles/14862812718107-Importing-Your-MetaMask-Wallet-to-Ronin-Wallet).

## Step 1. Add the sender and recipient addresses

1. Open [Ronin Bridge](https://app.roninchain.com/bridge).
1. Go to [https://app.roninchain.com/bridge](https://app.roninchain.com/bridge).
![token-withdrawal-0](../assets/token-deposit-0.png)
2. Switch to the withdrawal feature by selecting the button between the **From** and **To** fields.
![token-withdrawal-1](../assets/token-withdrawal-1.png)
Expand Down
14 changes: 7 additions & 7 deletions docs/apps/ronin-bridge/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ title: Ronin Bridge

## Overview

Ronin Bridge ([app.roninchain.com/bridge](https://app.roninchain.com/bridge)) is an app for transferring ERC20 tokens and NFTs (non-fungible tokens) between Ethereum and the Ronin chain.
Ronin Bridge ([app.roninchain.com/bridge](https://app.roninchain.com/bridge)) is an app for bridging ERC20 tokens and NFTs (non-fungible tokens) between Ethereum and the Ronin chain.

![bridge-home](./assets/bridge-home.png)

This is a multi-signature bridge, which means that when you make a transaction, multiple bridge operators have to approve it before it's finalized. This approach makes the bridge a secure choice for cross-chain transactions, preventing any single party from acting maliciously or making unauthorized changes.
Ronin Bridge is a multi-signature bridge, which means that when you make a transaction, multiple bridge operators have to approve it before it's finalized. This approach makes the bridge a secure choice for cross-chain transactions, preventing any single party from acting maliciously or making unauthorized changes.

## User guides

Expand All @@ -34,22 +34,22 @@ Ronin Bridge supports the following wallets:

With Ronin Bridge, you can bridge the following ERC20 tokens:

* Deposit: ETH, AXS, SLP, USDC, AGG, PIXEL, BANANA, AEC
* Withdrawal: WETH, AXS, SLP, USDC, AGG, PIXEL, BANANA
* Deposit (from Ethereum to Ronin): AEC, AGG, APRS, AXS, BANANA, ETH, PIXEL, SLP, USDC, YGG
* Withdrawal (from Ronin to Ethereum): AGG, AXS, APRS, BANANA, PIXEL, SLP, USDC, WETH, YGG

Withdrawal limits apply. For more information, see [Withdrawal limits](./reference/withdrawal-limits.md).

### ERC721 tokens (NFTs)

With Ronin Bridge, you can transfer NFTs (non-fungible tokens) from the following collections:
With Ronin Bridge, you can bridge NFTs (non-fungible tokens) from the following collections:

* Cyberkongz Genkai
* Cyberkongz VX
* Pixels Farm Land (coming soon)

## RNS compatible
## RNS-compatible

When sending a token or NFT to an address on the Ronin chain, you can enter either a standard crypto address that starts with "0x...", or an RNS (Ronin Name Service) name, such as "example.ron".
When bringing a token or NFT to an address on the Ronin chain, you can enter either a standard crypto address that starts with "0x...", or an RNS (Ronin Name Service) name, such as "example.ron".

Make sure to type in the *full RNS name* including the ".ron" part, so that the system can recognize the linked address.

Expand Down
23 changes: 15 additions & 8 deletions docs/apps/ronin-bridge/reference/withdrawal-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,28 @@
description: Daily withdrawal limits per token on Ronin Bridge.
slug: /apps/ronin-bridge/withdrawal-limits
sidebar_label: Withdrawal limits
title: Token withdrawal limits
title: Withdrawal limits
---

Withdrawing funds with Ronin Bridge has different tiers based on the amount and type of token you're moving. The bigger the amount, the more bridge operator approvals are needed. See the following table for details:
## Overview

Withdrawing funds with Ronin Bridge has different tiers based on the amount and type of token you're moving. The bigger the amount, the more bridge operator approvals are needed.

## Withdrawal limits

See the following table for details on token withdrawal limits.

| Token | Daily limit per token | Tier 1 | Tier 2 | Tier 3 |
| ------ | --------- | ------- | ------------- | ----------- |
| **AGG** | Capped at 500,000,000 | < 200,000,000 | ≥ 200,000,000 | ≥ 800,000,000 |
| **AXS** | Capped at 500,000 | < 100,000 | ≥ 100,000 | ≥ 400,000 |
| **WETH** | Capped at 4,500 | < 1,000 | ≥ 1,000 | ≥ 4,000 |
| **BANANA** | Capped at 500,000 | < 100,000 | ≥ 100,000 | ≥ 600,000 |
| **PIXEL** | Capped at 300,000,000 | < 100,000,000 | ≥ 100,000,000 | ≥ 400,000,000 |
| **SLP** | Capped at 2,000,000,000 | < 300,000,000 | ≥ 300,000,000 | ≥ 1,500,000,000 |
| **USDC** | Capped at 2,500,000 | < 1,000,000 | ≥ 1,000,000 | ≥ 2,000,000 |
| **AGG** | Capped at 500,000,000 | < 200,000,000 | ≥ 200,000,000 | ≥ 800,000,000 |
| **PIXEL** | Capped at 300,000,000 | < 100,000,000 | ≥ 100,000,000 | ≥ 400,000,000 |
| **BANANA** | Capped at 500,000 | < 100,000 | ≥ 100,000 | ≥ 600,000 |
| **WETH** | Capped at 4,500 | < 1,000 | ≥ 1,000 | ≥ 4,000 |
| **YGG** | Capped at 2,000,000 | < 1,000,000 | ≥ 1,000,000 | ≥ 2,000,000 |

:::note
Higher amounts (Tier 3) require manual review for security and have a fee of around 0.001% of the transaction value. These transactions aren't counted toward the daily limit per token.
:::info Tier 3 withdrawals
Higher withdrawal amounts (Tier 3) require manual review for security and have a fee of around 0.001% of the transaction value. These transactions aren't counted toward the daily limit per token.
:::
2 changes: 1 addition & 1 deletion docs/apps/ronin-explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ blockchain data, such as transactions, blocks, addresses,
contracts, and tokens. You can use the explorer to review transaction
history, track transaction progress, and find addresses and contracts, for example.

Link: [app.roninchain.com/dashboard](https://app.roninchain.com/dashboard)
Visit the explorer at [app.roninchain.com/dashboard](https://app.roninchain.com/dashboard).

<img src={explorer} width={1200} />

0 comments on commit fddf410

Please sign in to comment.