# Token transfers (NEAR/NEP-141)

### Prerequisites

* Add the recipient in the address book
  * <https://nearvault.org/beneficiary/manage>

### Transfer

1. Pick the funding multisig wallet you want
2. Pick the recipient from the address book
3. Choose the token you want to transfer
4. Enter amount
5. Create transfer request

### Approve the request

1. Go to: <https://nearvault.org/approval/pending>
2. Find the request and approve.
3. When threshold is reached, the transaction will be automatically sent.


---

# 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.nearvault.org/payments/token-transfers-near-nep-141.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.
