# Integrations

- [Contract Address](https://docs.prosperavest.com/integrations/publish-your-docs.md)
- [Enums](https://docs.prosperavest.com/integrations/quickstart.md)
- [Authorization](https://docs.prosperavest.com/integrations/publish-your-docs-1.md)
- [Endpoints](https://docs.prosperavest.com/integrations/publish-your-docs-2.md)
- [Get Bank Lists](https://docs.prosperavest.com/integrations/publish-your-docs-2/publish-your-docs.md)
- [Token Balance](https://docs.prosperavest.com/integrations/publish-your-docs-2/publish-your-docs-1.md)
- [Token Approval](https://docs.prosperavest.com/integrations/publish-your-docs-2/token-approval.md)
- [Mint](https://docs.prosperavest.com/integrations/publish-your-docs-2/mint.md): Mint or Issue ENSC
- [Mint Allocation](https://docs.prosperavest.com/integrations/publish-your-docs-2/mint-allocation.md): Check your ENSC mint allocation
- [Redeem](https://docs.prosperavest.com/integrations/publish-your-docs-2/redeem.md): If this entity information is missing, the endpoint returns a 401 Unauthorized error.
- [Transfer](https://docs.prosperavest.com/integrations/publish-your-docs-2/transfer.md): Transfer ENSC between wallets
- [Withdraw](https://docs.prosperavest.com/integrations/publish-your-docs-2/withdraw.md): The withdrawal process for cash to bank.
- [Verify Payout/Withdrawal](https://docs.prosperavest.com/integrations/publish-your-docs-2/verify-payout-withdrawal.md): The withdrawal process for cash to bank.


---

# 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.prosperavest.com/integrations.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.
