> For the complete documentation index, see [llms.txt](https://doc.lockerprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.lockerprotocol.com/browser-extension/send/stellar.md).

# Send Stellar

XLM, assets, memos and trustlines.

Open **Stellar** under *Other networks*, then **Send**.

{% stepper %}
{% step %}

### Recipient and memo

Enter the **Recipient Stellar address** (`G…` or `M…`). Add a **Memo** (*Text* or *ID*) if the recipient (typically an exchange) gave you one. If the recipient account does not exist yet, *this send will create it (1 XLM minimum stays with it)*.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-5320760b5c0c97f921e04c61de533eeab7ed3a96%2F01-send-xlm.png?alt=media" alt="send xlm"><figcaption><p>The Stellar send form.</p></figcaption></figure>
{% endstep %}

{% step %}

### Memo, carefully

A wrong or missing memo on an exchange deposit is often lost. Copy it exactly.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-f107601ff7e05ec4143c82cff617a2e3cba7e28d%2F02-memo.png?alt=media" alt="memo"><figcaption><p>The memo field.</p></figcaption></figure>
{% endstep %}

{% step %}

### Trustlines

To receive an asset other than XLM, first **Add an asset (trustline)**. Each open line locks **0.5 XLM** as reserve (*X XLM locked as the account reserve* on Home). **Remove this trustline** frees it. Assets marked **wrong issuer** or **frozen** are not what they look like.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-b4c37021b8a6f8efed9c2effc2816d3189146666%2F03-trustline.png?alt=media" alt="trustline"><figcaption><p>Adding a trustline.</p></figcaption></figure>
{% endstep %}
{% endstepper %}

## Learn more

* [Stellar review screen (Vault)](/vault/sign-a-transaction/stellar.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.lockerprotocol.com/browser-extension/send/stellar.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
