# Coin & Tokens

## Swisstronik Coin[​](https://docs.evmos.org/protocol/concepts/tokens#the-evmos-token) (SWTR) <a href="#the-evmos-token" id="the-evmos-token"></a>

SWTR is the designated currency for three essential functions within the Swisstronik ecosystem:

1. **Staking**: SWTR is used for staking, which involves holding and locking coins to support the security and operation of the Proof-of-Stake chain.
2. **Governance**: SWTR serves as a governance token, enabling token holders to participate in decision-making processes by proposing and voting on changes or improvements to the ecosystem.
3. **Gas Consumption**: SWTR acts as gas for running smart contracts on the EVM, allowing users to execute transactions and interact with decentralized applications within the Swisstronik ecosystem.

Swisstronik uses the base denomination of `aswtr` to align with Ethereum's standard, there are three types of assets in the ecosystem:

* The native Swisstronik coin (SWTR)&#x20;
* Swisstronik-typed tokens, e.g PERC-20 (With signature verification in all the functions)
* Ethereum-typed tokens, e.g. ERC-20 (Standard ERC20 token)

`1 SWTR = 10^18 aSWTR`&#x20;

This matches the Ethereum denomination of:

`1 ETH = 10^18 WEI`

## Cosmos Coins[​](https://docs.evmos.org/protocol/concepts/tokens#cosmos-coins) <a href="#cosmos-coins" id="cosmos-coins"></a>

Accounts can own Cosmos coins(e.g. ATOM) in their balance, which are used for operations with other Cosmos blockchains and transactions. Examples of these are using coins for staking, Inter-Blockchain Communication (IBC) transfers, governance deposits, and EVM.


---

# 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.swisstronik.com/swisstronik-docs/general/coin-and-tokens.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.
