> For the complete documentation index, see [llms.txt](https://docs.everwallet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.everwallet.net/ever-wallet-kr/concepts/different-transport-mainnet-gql-and-mainnet-adl.md).

# 지갑내 선택 가능한 다른 네트워크의 종류 : 메인넷(GQL)과 메인넷(ADL)

화면 상단의 네트워크명을 클릭하시면 다양한 네트워크를 선택할 수 있습니다.

![](/files/gxlY6ajwUMz6zrssWPOD)

지갑을 이용한 거래처리 시 문제가 발생할 시 이것은 상당히 유용한 옵션이 될 수 있습니다.&#x20;

GQL은 main.ton.dev를 뜻합니다. ADNL은 GQL에 문제가 있을시 백업 네트워크로 작동할 수 있습니다. 일반적으로 GQL이 속도면에서 더 빠릅니다. ADNL은 C++노드용의 간단한 RPC서버이기 때문에 속도가 느린 반면 어떤 노드와도 작동한다는 장점을 가지고 있습니다. 가까운 미래에 우리는 이를 오픈소스화할 예정입니다. 일반적으로 귀하는 GQL을 선택하여 사용할 수 있으나 혹시 문제가 발생한다면 ADNL로 바꿔서 사용하시면 됩니다.&#x20;


---

# 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://docs.everwallet.net/ever-wallet-kr/concepts/different-transport-mainnet-gql-and-mainnet-adl.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.
