> For the complete documentation index, see [llms.txt](https://bridge-docs.orbitchain.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bridge-docs.orbitchain.io/token-registration-for-bridging/registration-using-etherscan.md).

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

<figure><img src="/files/jb7MKvTejVJjGHh97Dx3" alt=""><figcaption><p>Search by your [Token contract] </p></figcaption></figure>

<figure><img src="/files/DoapNYUXkhDZuhSsRWKg" alt=""><figcaption><p>Click the 'Contract' tab. Click the 'Write Contract' tab.</p></figcaption></figure>

<figure><img src="/files/TCqo5O0yJKInrSLSZwc2" alt=""><figcaption><p>Click 'Connect to Web3' button. </p></figcaption></figure>

<figure><img src="/files/L3eLiqsCIfMF9Jb9DgF7" alt=""><figcaption><p>Connect to your wallet. </p></figcaption></figure>

<figure><img src="/files/iB4APV2fEnoLjbceBg3Y" alt=""><figcaption><p>Click the ‘1. approve' row. Fill the accurate value to column. </p></figcaption></figure>

<figure><img src="/files/2Fbqq0JR2lt5jOdi2DWR" alt=""><figcaption><p>Click the 'Write' button.</p></figcaption></figure>

### ▶ 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.

<figure><img src="/files/EsLwoskUZUpqFcSJvman" alt=""><figcaption><p>Search by [vault address]</p></figcaption></figure>

<figure><img src="/files/OxUy3Jm1eZICXz5hGyfP" alt=""><figcaption><p>Click the 'Contract' tab. Click the 'Write as Proxy" tab.</p></figcaption></figure>

<figure><img src="/files/5vpFefDHEcVwUDpfkHNT" alt=""><figcaption><p>Click 'Connect to Web3' button.</p></figcaption></figure>

<figure><img src="/files/Ef5O1czhwMRjVBs36spv" alt=""><figcaption><p>Connect to your wallet.</p></figcaption></figure>

<figure><img src="/files/LN75jmxS9ZSylmKspUGx" alt=""><figcaption><p>Click the '1. depositToken' row. Fill the accurate value to column.</p></figcaption></figure>

<figure><img src="/files/NoqDeDcZDj2sSAoRbcYB" alt=""><figcaption><p>Click the 'Write' button.</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://bridge-docs.orbitchain.io/token-registration-for-bridging/registration-using-etherscan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
