> For the complete documentation index, see [llms.txt](https://docs.swisstronik.com/swisstronik-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swisstronik.com/swisstronik-docs/about-swisstronik/useful-links.md).

# Useful links

### Mainnet

#### Cosmos block explorer

{% hint style="info" %}
Since cosmos and ethereum transactions will have different hashes, Cosmos block explorer cannot find ethereum tx by its hash. Therefore if you want to check your tx made using mobile wallet, web extension or through JSON-RPC request, you should use EVM block explorer
{% endhint %}

Explore governance, number of blocks, SWTR token supply & token staked, consensus, and more.

[https://explorer-cosmos.mainnet.swisstronik.com](https://explorer-cosmos.testnet.swisstronik.com/)

#### EVM block explorer

{% hint style="info" %}
This block explorer will show only EVM transactions, if you want to check transaction made using CLI, use Cosmos block explorer
{% endhint %}

The Swisstronik EVM Block Explorer mirrors Etherscan's functionality, allowing you to delve deep into smart contracts, transactions, wallets, and token movements.

[https://explorer-evm.mainnet.swisstronik.com](https://explorer-evm.testnet.swisstronik.com/)

### Testnet

#### Faucet

To get test coins, you can use our faucet, which accepts both cosmos (bech32) and ethereum addresses

[https://faucet.testnet.swisstronik.com](https://faucet.testnet.swisstronik.com/)

#### Cosmos block explorer

{% hint style="info" %}
Since cosmos and ethereum transactions will have different hashes, Cosmos block explorer cannot find ethereum tx by its hash. Therefore if you want to check your tx made using mobile wallet, web extension or through JSON-RPC request, you should use EVM block explorer
{% endhint %}

Explore governance, number of blocks, SWTR token supply & token staked, consensus, and more.

[https://explorer-cosmos.testnet.swisstronik.com](https://explorer-cosmos.testnet.swisstronik.com/)

#### EVM block explorer

{% hint style="info" %}
This block explorer will show only EVM transactions, if you want to check transaction made using CLI, use Cosmos block explorer
{% endhint %}

The Swisstronik EVM Block Explorer mirrors Etherscan's functionality, allowing you to delve deep into smart contracts, transactions, wallets, and token movements.

[https://explorer-evm.testnet.swisstronik.com](https://explorer-evm.testnet.swisstronik.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:

```
GET https://docs.swisstronik.com/swisstronik-docs/about-swisstronik/useful-links.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.
