> For the complete documentation index, see [llms.txt](https://docs.firstledger.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.firstledger.net/first-ledger-faq/5.-why-am-i-missing-2-xrp-when-im-trading-a-token.md).

# 5. Why am I missing 2 xrp when I'm trading a token?

Similar to signing contracts to interact with daaps on EVM chains, to interact with tokens on the XRPL you have to sign a "trustline" ( bit.ly/TrustLines ). When signing a trust line, 2 xrp will be held in reserves to interact with a token. Once you completely sell your position, First Ledger will automatically remove the trust line for you, giving you your 2 xrp back.


---

# 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:

```
GET https://docs.firstledger.net/first-ledger-faq/5.-why-am-i-missing-2-xrp-when-im-trading-a-token.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.
