# Blocto Environment

Blocto is a AA wallet and uses email as login. There are two environments in Blocto: *prod* and *dev* which is corresponding to different blockchain networks. The same environment means the same account system.

<table><thead><tr><th>Chain \ Environment</th><th>prod</th><th>dev</th><th data-hidden>prod</th></tr></thead><tbody><tr><td>Flow</td><td>Mainnet</td><td>Testnet</td><td></td></tr></tbody></table>

### JavaScript SDK

Blocto JavaScript SDK uses different environments according to different blockchain networks. The key properties are as below:

* Flow: `challenge.handshake` from config

### Android App

*prod*: [Google Play](https://play.google.com/store/apps/details?id=com.portto.blocto)

### iOS App

*prod*: [App Store](https://apps.apple.com/tw/app/blocto/id1481181682)


---

# 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://docs.blocto.app/blocto-environment.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.
