# Send assets via link

Timeless X offers a convenuent 'Send via link' feature, allowing you to transfer crypto and NFTs in the form of claimable links, simplifying the process for both senders and recipients.

{% hint style="danger" %}
Anyone that has access to the link can access and claim the funds that you've sent. Please share it only with the intended recipient.
{% endhint %}

{% hint style="success" %}
The following chains and tokens are supported for sending via link, and we plan to enable support for more in the future.

* **Base**: ETH
* **Linea**: ETH
* **Polygon**: MATIC
  {% endhint %}

## Send crypto via link

To send crypto via link:

1. Tap ‘**Send**’ button
2. Select the token and enter the amount you want to send
3. Tap ‘**Send via link**’ and approve the transaction
4. Once the link appears on the next screen, copy the link and share it with the recipient. You can also tap ‘**Share**’ button to automatically open your preferred app to share the link.

{% embed url="<https://drive.google.com/file/d/1nz7ntMVWfWVFYkpTG7Nw9I5N9DyaliWj/view?usp=drive_link>" %}
Send crypto via link
{% endembed %}

## Send NFT via link

To send NFT via link:

1. Tap on the avatar and go to NFTs tab
2. Tap on the NFT you want to send
3. Tap on three-dot icon on top right
4. Tap ‘**Send via link**’ and approve the transaction
5. Once the link appears on the next screen, copy the link and share it with your fren. You can also tap ‘**Share**’ button to automatically open your preferred app to share the link.

{% embed url="<https://drive.google.com/file/d/10eOZ44PH1juhzLSleFZ9TVAbaTJjbfUp/view?t=14>" %}
Send NFT via link
{% endembed %}

## Claim via link

To claim your funds, tap the link you've received.

1. If you already have Timeless X, a tray will pop-up showing the amount or the NFT sent to you once you tap the link. Select ‘**Claim now**’ to claim the funds.
2. If you don’t have Timeless X, you will land on a dedicated webpage.
   1. Install it on the iOS or Android store.
   2. Select ‘**Create new wallet**’ or ‘**Import other wallet**’’ to import your private key from other wallet providers like MetaMask.
   3. A tray will pop-up to show the amount or the NFT sent to you.
   4. Select ‘**Claim now**’ to claim the funds.

{% embed url="<https://drive.google.com/file/d/1_8jG-_gkXlbuPux4JybJU8h__aKSGAXH/view?usp=drive_link>" %}
Claim via link
{% endembed %}

## Locate the generated links

If you forgot to copy the link or simply lost it:

1. Tap on the avatar on the homescreen
2. Tap ‘**Trxn**’ tab
3. Locate the ‘**Send via link**’ transaction on the list
4. Tap the green ‘**Claim Link**’ button, then you will access the generated link

{% embed url="<https://drive.google.com/file/d/1vUfFVLQ-o-elVwwDYH2ecOIxglCWBG0T/view?usp=drive_link>" %}
Locate the generated links
{% endembed %}

## Cancel the generated links

If the funds have not been claimed yet and you’d like to cancel the transaction:

1. Tap on the avatar on the homescreen
2. Tap ‘**Trxn**’ tab
3. Locate the ‘**Send via link**’ transaction on the list and tap on it
4. Tap ‘**Reclaim**’ button and retrieve the funds

{% hint style="info" %}
If the funds remain unclaimed for 7 days, we will automatically send the funds back to your wallet.
{% endhint %}

{% embed url="<https://drive.google.com/file/d/1BHnkbz6an_b5v1SnyOodPUZrxEuUNhXj/view?usp=drive_link>" %}
Cancel the generated links
{% endembed %}


---

# 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://timelessx.gitbook.io/timeless-x/send-and-receive/send-assets-via-link.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.
