# Interaction

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

For user convenience, Papaya supports integration with all existing wallets through the use of standard ERC20 methods: *balanceOf*, *name*, *symbol*, and *decimals*. When funds are deposited into the contract, an abstract token *pp\** (where *\** is the original token's name) will appear in the user's wallet.

{% hint style="info" %}
By abstract, we mean that no new tokens are created; instead, we mimic the token. This allows you to add Papaya as a token to your wallet and track your balance seamlessly.
{% endhint %}

{% content-ref url="/pages/8bvNvaFSoVxgesVk80oz" %}
[Subscription Management](/protocol/core-functions/subscription-management.md)
{% endcontent-ref %}

{% content-ref url="/pages/7aUFmnCMx9m4smGncsXL" %}
[SDK](/sdk/overview.md)
{% endcontent-ref %}


---

# 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.papaya.finance/interaction.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.
