# Welcome to CoinTrunk

{% hint style="info" %}
**We're doing our best to keep this documentation up to date. If you notice any issues or misleading information let us know.**
{% endhint %}

## Overview

**CoinTrunk** combines a blockchain module and a user-friendly application. The blockchain module operates seamlessly on the **BeeZee** ([https://getbze.com](https://getbze.com/)) blockchain, supplying data for the mobile app's news feed. The mobile application delivers news from the Cosmos ecosystem and offers wallet features for Cosmos SDK blockchains.

The wallet is **self-custodial,** which means all funds are entirely under the user's control. The mnemonic generated at wallet creation facilitates wallet recovery or transfer to another wallet, while the password secures the wallet's private keys. The private key and mnemonic **NEVER** leave the wallet, ensuring that CoinTrunk or BZE developers do **NOT** have access to any wallet information. It is **impossible** to recover a lost mnemonic or password. Always ensure you back up your wallet and password in a secure location.

<mark style="color:yellow;">**No representative from our team will ever ask for your private keys, mnemonic, password, or funds under any circumstances!**</mark>

## Quick links

{% content-ref url="/pages/jFQF1crp3F49SqCkAe6W" %}
[Blockchain module](/overview/blockchain-module.md)
{% endcontent-ref %}

{% content-ref url="/pages/NKHW3E9pb5G0giJoiAIX" %}
[Mobile App](/overview/mobile-app.md)
{% endcontent-ref %}

## Get Started

We've put together some helpful guides for you to get setup with our product quickly and easily.

{% content-ref url="/pages/aUFQEWvcwtAnKz6huWTT" %}
[Becoming a publisher](/guides/becoming-a-publisher.md)
{% endcontent-ref %}

{% content-ref url="/pages/Ph2IRqG6AeSb6IuTq1ZW" %}
[Publishing an article](/guides/publishing-an-article.md)
{% endcontent-ref %}


---

# 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.cointrunk.io/welcome-to-cointrunk.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.
