# Registration Using Etherscan

This guide is based on the contract address and amount supplied. Take this guide as a reference and type in the exact numbers and address as told.

### Contract Address

* Token: ORC (0x662b67d00a13faf93254714dd601f5ed49ef2f51)
* Vault address : 0x1bf68a9d1eaee7826b3593c20a0ca93293cb489a

### ▶ STEP 1

#### ERC-20 Token approval Process&#x20;

1. Open the chrome browser.&#x20;
2. Go to "<https://etherscan.io"&#x20>;
3. Search by your \[Token contract]&#x20;
4. Click the 'Contract' tab. Click the 'Write Contract' tab.&#x20;
5. Click 'Connect to Web3' button.&#x20;
6. Connect to your wallet.&#x20;
7. Click the ‘1. approve' row.&#x20;
8. Fill the accurate value to column. \
   (1). \_spender (address): 0x1bf68a9d1eaee7826b3593c20a0ca93293cb489a \
   (2). \_value (uint256): uint256 max - 1 (Maximum value) or Quantity to bridge
9. Click the 'Write' button.

![Search by your \[Token contract\] ](/files/Aaj5C9KB0keXtfahmbH0)

![Click the 'Contract' tab. Click the 'Write Contract' tab.](/files/OqqsZ1Dzo1GcUsoBl0d1)

![Click 'Connect to Web3' button. ](/files/rnadUMwQ0RzELorIYKXe)

![Connect to your wallet. ](/files/pv52x7P4PJRoML8aKmzj)

![Click the ‘1. approve' row. Fill the accurate value to column. ](/files/AFA9elWiFWHCCwhlcMTl)

![Click the 'Write' button.](/files/FBUwNYIvAOTxiy9MsR9L)

### ▶ STEP 2

#### depositToken Implement Process&#x20;

1. Open the chrome browser.
2. Go to "<https://etherscan.io"&#x20>;
3. Search by \[vault address]
4. Click the 'Contract' tab. Click the 'Write as Proxy" tab.
5. Click 'Connect to Web3' button.
6. Connect to your wallet.
7. Click the '1. depositToken' row.
8. Fill the accurate value to column.\
   (1) depositToken : 0

   (2) token (address) : \[ORC address]

   (3) toChain (string) : KLAYTN (or ICON or ORBIT)

   (4) toAddr (bytes) : \[Want to receive your wallet address]\
   (5) amount (uint256) : 1,000,000,000,000,000,000 (= 1 ORC) / Decimal 18
9. Click the 'Write' button.

![Search by \[vault address\]](/files/GyJqpHUd1KV7E0KJKeqr)

![Click the 'Contract' tab. Click the 'Write as Proxy" tab.](/files/1stroboQVMxAIQWOvfyK)

![Click 'Connect to Web3' button.](/files/L66H8RBt49UCKT7PqaWp)

![Connect to your wallet.](/files/a3mF0UF2eWsNcov1WhHs)

![Click the '1. depositToken' row. Fill the accurate value to column.](/files/-Mka2Hd2CZhKe2hl56xv)

![Click the 'Write' button.](/files/-MkeI30EPg-mpQuH43e7)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://orbit-1.gitbook.io/bridgedocs/token-registration-for-bridging/bridge-flow-with-tutorial.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
