> For the complete documentation index, see [llms.txt](https://xnet-1.gitbook.io/xnet-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xnet-1.gitbook.io/xnet-whitepaper/overview/airdrop-and-trustlines.md).

# Airdrop & Trustlines

### XNET Trustline

Due to how the [XRP Ledger functions](https://xrpl.org/trust-lines-and-issuing.html), in order to recieve or send $XNET tokens you must establish a trustline with the token issuing address [rPB7vXTeWrQ5nxEpQbLvay8nfJUJfeecYL](https://xrpscan.com/account/rPB7vXTeWrQ5nxEpQbLvay8nfJUJfeecYL).

### Set the $XNET Trustline:

{% hint style="info" %}
**Attention** **SOLO & XRP holders:** in order to qualify for the airdrop you must have set a trustline to the $XNET token issuing address and habe been holding $SOLO or $XRP on the **12th of August 2023: 18:00 EST**.
{% endhint %}

{% embed url="<https://xrpl.services/?currency=584E455400000000000000000000000000000000&issuer=rPB7vXTeWrQ5nxEpQbLvay8nfJUJfeecYL&limit=1000000>" %}

{% embed url="<https://sologenic.org/market-index/584E455400000000000000000000000000000000+rPB7vXTeWrQ5nxEpQbLvay8nfJUJfeecYL>" %}

### Airdrop

To promote decentralization and to show appreciation to the XRPL and the Sologenic ecosystem - a total of **40,000,000 $XNET** tokens have been be airdropped to **XRP** and **SOLO** holders.&#x20;

### **Schedule**&#x20;

<table><thead><tr><th width="136">Holders</th><th>Snapshot </th><th width="136">Distribution</th><th>Airdrop Date:</th></tr></thead><tbody><tr><td>SOLO</td><td>12th of August 2023: 18:00 EST</td><td>20,000,000</td><td>26th of August 2023: 18:00 EST</td></tr><tr><td>XRP</td><td>12th of August 2023: 18:00 EST</td><td>20,000,000</td><td>26th of August 2023: 18:00 EST</td></tr></tbody></table>

### **Airdrop Methods**                                       &#x20;

| Holders | Calculation                             |
| ------- | --------------------------------------- |
| SOLO    | *(XNET tokens) / (SOLO tokens) = Ratio* |
| XRP     | *(XNET tokens) / (XRP tokens) = Ratio*  |

### Ratios

<table><thead><tr><th width="376" align="center">Holders</th><th align="center">Ratios</th></tr></thead><tbody><tr><td align="center">XRP</td><td align="center">0.4463273118109542064451304475 per XRP</td></tr><tr><td align="center">SOLO</td><td align="center">0.644561830724258186402797279 per SOLO</td></tr></tbody></table>

### Participating Amounts

| Holders |       Amount      |
| :-----: | :---------------: |
|   XRP   | 44,810,163.910541 |
|   SOLO  | 31,028,847.514654 |


---

# 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://xnet-1.gitbook.io/xnet-whitepaper/overview/airdrop-and-trustlines.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.
