# Understanding Trust Lines on Xahau

##

{% hint style="info" %}
This article is under construction
{% endhint %}

##

## Summary

* The Xahau network has the ability to issue assets. (Generally called "tokens".)
* Assets can represent many things including cryptocurrencies (such as Bitcoin or Ethereum), fiat currencies (such as USD dollars or Euros), other tokens of value (such as NFTs), along with many other types of financial instruments.
* Any account on Xahau can issue an asset.
* An asset has two basic characteristics:

  1\) a Token Currency code\
  2\) an token issuing r-address

## Putting it together

Let's consider the following situation:

{% hint style="info" %}
A crypto exchange issues a token representing an ounce of gold.

The token has a Token Currency code of **GLD** and they issue the GLD token from their unique Xahau r-address.

Now let's say you would like to buy and own a GLD token in your Xahau account.

How would you proceed?
{% endhint %}

The first thing


---

# 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://help.xaman.app/app/xahau/understanding-trust-lines-on-xahau.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.
