> For the complete documentation index, see [llms.txt](https://mixmarvel.gitbook.io/dehero/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mixmarvel.gitbook.io/dehero/koren/bsc-app-imtoken.md).

# BSC app 지갑 imToken 설치 안내

imToken은 탈중앙화 디지털 자산 모바일 지갑이며, 디지털 아이덴티티를 기반으로 ETH, BTC, EOS, Cosmos를 포함한 멀티체인과 멀티 화폐의 관리 및 교환을 지원합니다.

**imToken 다운로드 및** **설치:** <https://token.im/>

‌**imToken이용 안내:** <https://support.token.im/hc/zh-cn>

‌**imToken에서 BSC(바이낸스 스마트 체인) 설정 방법**

‌'내 프로필'—'설정'—'노드 설정'—'ETH노드'

'노드 추가' 선택 후 바이낸스 스마트 체인 노드 파라미터를 설정하고 상단 우측 '저장'을 누르시면 됩니다. (노드 파라미터는 아래와 같습니다)

&#x20;ETH 노드 설정 시 자신 수요에 따라 다른 노드 전환 가능합니다. (메인 체인, BSC, 테스트 체인 전환 가능)

**바이낸스 스마트 체인 노드 파라미터 설정**

‌**Mainnet(바이낸스 스마트 체인 메인 체인)**

‌네트워크 이름: BSC Mainnet

‌RPC 주소: <https://bsc-dataseed.binance.org/>

‌ChainID: 0x38 혹은 0x56

‌Symbol: BNB

‌블록 탐색기: [https://bscscan.com](https://bscscan.com/)


---

# 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://mixmarvel.gitbook.io/dehero/koren/bsc-app-imtoken.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.
