> For the complete documentation index, see [llms.txt](https://docs.otherside.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.otherside.xyz/odk-docs/odk-plugin/send-ape-coin-to-another-player-deprecated.md).

# Send APE Coin to another player (Deprecated)

In order to start the flow by which you can send APE coin to another player, you will need to call the `SendApe` function on the `BPMC_TransferComponent` that exists on your local player `AMorpheusActor`. You will need to pass in the `AMorpheusActor` of the player you would give APE coin to.

<figure><img src="/files/7hP4BDKD2FcJsg3ZyP9z" alt=""><figcaption><p>An example of calling SendApe that will promp an input screen to the player and start the process.</p></figcaption></figure>

## Configuration:

The `BPFL_TransactorUrlManager` is the API user to get transactor Urls. This assets needs to be modified to suit your transactor's endpoints and params.

`WPB_TransferBrowser` will also have to be modified so that it closes at the appropriate when the transactor is no longer needed. Currently some example logic exists that might reflect what the end logic looks like.

<figure><img src="/files/xb4Ad6hHbwkGrGGiznyO" alt=""><figcaption></figcaption></figure>

`StartSendApeAction` will be called on the `WPB_TransferBrowser` whenever the transactor is needed to be used to facilitate sending ape. The `ExternalUserId` and `DelegatedToken` will provided here as arguments to aid in constructing the transactor URL.

<figure><img src="/files/to5i1HluK2BGtLwdDPLr" alt=""><figcaption></figcaption></figure>

`StartBuyItemAction` will be called whenever the transactor is needed to be used to facilitate the buying of an item. A `ItemId` and `DelegatedToken` will provided here as arguments to aid in constructing the transactor URL. Depending on what the transactor needs as params in the URL, we may need to modify the `ItemId` property.

<figure><img src="/files/moJsa03uWfOk7X4sjDWM" alt=""><figcaption></figcaption></figure>


---

# 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://docs.otherside.xyz/odk-docs/odk-plugin/send-ape-coin-to-another-player-deprecated.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.
