# What are Trustlines?

When you hold assets in your Stellar wallet, you're actually holding credit from a particular issuer. The issuer has agreed to trade you a digital representation credit on the Stellar network for the corresponding asset in the real world.

To receive or hold an asset issued by an anchor in your Stellar wallet, you must establish (or create) a trustline to that anchor's asset first. Doing this signifies that you trust the issuer to allow you to redeem the real-world asset at a later date by trading back the digital representation. Trustlines also protect you from having random and unwanted assets sent to you.

For more info: <https://developers.stellar.org/docs/issuing-assets/anatomy-of-an-asset/#trustlines>


---

# 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.aqua.network/ecosystem-overview/what-is-stellar/what-are-trustlines.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.
