# Send & Execute

The natural progression of Airlift's token send function includes execution with that token on the destination chain: regardless of whether the user intends to swap, stake, vault, or farm their tokens.

{% hint style="warning" %}
Airlift's send & execute functionality is still in development. Please reach out to us directly!
{% endhint %}

Some token standards already have a send + execute functionality built in. When sending & executing with these standards, Airlift will default to using the built-in rails.

The token standards that do not implement this sort of functionality must be temporarily escrowed before a secondary cross-chain instruction arrives via Glacis core or an alternative protocol. To escrow properly, all transactions will be done through a smart wallet designated to the original user.


---

# 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://docs.glacislabs.com/send-and-execute.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.
