> For the complete documentation index, see [llms.txt](https://chrono-network.gitbook.io/chrono-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chrono-network.gitbook.io/chrono-network/how-to-use/user-faq.md).

# User FAQ

**How long should I wait for my transaction to process?**

Same Zone: Referred to as an "internal" transaction. These transactions typically receive settlement in approximately 10 seconds.

Near-Coordinate: A near-coordinate transaction is an "external" transaction that moves from one zone to another zone within the same region. For instance, a transaction from Cyprus-1 to Cyprus-2 is classified as "near-coordinate." Settlement for near-coordinate transactions usually takes around 300 seconds.

Far-Coordinate: A far-coordinate transaction is an "external" transaction that traverses from one zone to another zone in a different region. For instance, a transaction from Cyprus-1 to Paxos-1 is deemed "far-coordinate." Settlement for far-coordinate transactions generally takes approximately 3,300 seconds.\
\
**Where can I install Pelagus?**

Pelagus Wallet is available for installation from the Chrome Web Store.

**Spanish Seed Phrase:**

Why is my Pelagus seed phrase in Spanish?

Pelagus seed phrases are generated in Spanish during Testnet to prevent the reuse of seed phrases on Mainnet. Upon Mainnet launch, Pelagus will use seed phrases generated in English.

**Pelagus Browsers:**

What browsers is Pelagus supported on?

Pelagus, being a Chromium-based extension, is supported on most Chromium browsers, including Google Chrome, Brave, Opera, Edge, and more.

**Is Pelagus Mobile:**

Can I use Pelagus on mobile?

While largely untested, Pelagus can be used on many mobile browsers supporting Chromium extensions. It is recommended to test the Pelagus extension on mobile Chromium browsers like Kiwi or Yandex and provide feedback if it works.

**Pelagus Refreshing:**

Does Pelagus Wallet auto-refresh like Metamask?

No, Pelagus does not auto-refresh like Metamask or most other browser extension wallets. It submits RPC calls to update your balance, transaction history, etc., only when you open, close, or interact with the application. To update your balance in Pelagus, you can close and reopen the extension or switch between accounts.

**Koala Wallet:**

Where can I install Koala Wallet?

Koala Wallet is available for installation from the Chrome Web Store, iOS Apple Store, and/or Google Play Store.


---

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

```
GET https://chrono-network.gitbook.io/chrono-network/how-to-use/user-faq.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.
