# How to Activate a Trustline in STASHAPP

### WHAT IS A TRUSTLINE?

*according to the official Stellar lumens documentation (available here) :*

Before an account can hold an asset another account issues, it has to establish something called a trustline, which is a persistent account-level ledger entry created with a `change_trust` operation.

A trustline is an explicit opt-in to hold a particular token, so it specifies both asset code and issuer. Each trustline increases an account’s minimum lumen balance by one [base reserve](https://developers.stellar.org/docs/glossary/minimum-balance/) — currently 0.5 XLM — and tracks the balance of the asset the account holds. Trustlines can also limit the amount of an asset an account can hold, though more often than not, account holders don’t set that limit: they simply turn the trustline on, which by default allows the maximum.

{% hint style="info" %}
Note: to enable a trustline your wallet must be active and have a minimum balance of 0.5 XLM

If you don't know how to activate your wallet look [here](/stellarcannacoin/get-started/stashapp-official-wallet/how-to-activate-a-new-wallet.md)
{% endhint %}

### HOW TO

{% content-ref url="/pages/iPvMuKlx5j5jnAkL7rFw" %}
[Add CANNACOIN Trustline in STASHAPP - Method 1](/stellarcannacoin/get-started/stashapp-official-wallet/how-to-activate-a-trustline-in-stashapp/add-cannacoin-trustline-in-stashapp-method-1.md)
{% endcontent-ref %}

{% content-ref url="/pages/1j5XjpjuULYYVbFQpOk2" %}
[Add ANY Trustline in STASHAPP - Method 2](/stellarcannacoin/get-started/stashapp-official-wallet/how-to-activate-a-trustline-in-stashapp/add-any-trustline-in-stashapp-method-2.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://awesome-scc.gitbook.io/stellarcannacoin/get-started/stashapp-official-wallet/how-to-activate-a-trustline-in-stashapp.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.
