# Reference

## Starknet Reference

<table><thead><tr><th width="232">Props</th><th width="108">Type</th><th width="123">Required</th><th>Description</th></tr></thead><tbody><tr><td>Address</td><td>String </td><td>Yes</td><td>Wallet address to accept crypto funds.</td></tr><tr><td>Tokens</td><td>Array</td><td>Yes</td><td>Array of Tokens that you want to accept payment from Starknet blockchain.</td></tr><tr><td>Amount</td><td>Int</td><td>Yes</td><td>Amount of value in USD ($) you want to accept</td></tr><tr><td>Style</td><td>CSS</td><td>No</td><td><p>CSS styling for the display button</p><p>(Optional)</p></td></tr></tbody></table>

###

## EVM Reference

<table><thead><tr><th width="233">Props</th><th width="108">Type</th><th width="123">Required</th><th>Description</th></tr></thead><tbody><tr><td>Address</td><td>String </td><td>Yes</td><td>Wallet address to accept crypto funds.</td></tr><tr><td>Chains</td><td>Array</td><td>Yes</td><td>Array of Blockchains that you want to accept payments in.</td></tr><tr><td>Tokens</td><td>Array</td><td>Yes</td><td>Array of Tokens that you want to accept payment in.</td></tr><tr><td>Amount</td><td>Int</td><td>Yes</td><td>Amount of value in USD ($) you want to accept</td></tr><tr><td>setPaymentStatus</td><td>bool</td><td>yes</td><td>Returns boolean payment status after the payment by user </td></tr><tr><td>noOfBlockConformation</td><td>Int</td><td>No</td><td>No of blocks to wait for the payment conformation (Optional)</td></tr><tr><td>Style</td><td>CSS</td><td>No</td><td><p>CSS styling for the display button</p><p>(Optional)</p></td></tr></tbody></table>


---

# 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.resmic.com/resmic-sdk/getting-started/reference.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.
