# API References

- [NFT Lend](https://docs.vera.financial/developers/api-references/nft-lending.md): Allow NFT owners to borrow stable coins, or other tokens against their NFT assets.
- [NFT Rent](https://docs.vera.financial/developers/api-references/nft-leasing.md): Allow NFT owners to list their tokens to be rented by other users.
- [NFT Exchange](https://docs.vera.financial/developers/api-references/nft-exchange.md): NFT decentralized non-custodial marketplace will facilitate P2P trading between sellers andbuyers. The process will be controlled by the ExchangeManager contract. It will provide thefollowing functi


---

# 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.vera.financial/developers/api-references.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.
