# Smart Contract Reference

## Github Repos

You can access the core contracts in our GitHub repository:&#x20;

[<mark style="color:purple;">https://github.com/KintoXYZ/kinto-core</mark>](https://github.com/KintoXYZ/kinto-core)

This repo contains our minimal but essential modifications to the EntryPoint:

[<mark style="color:purple;">https://github.com/KintoXYZ/account-abstraction</mark>](https://github.com/KintoXYZ/account-abstraction)

## List of Contracts

Here are Kinto's core contracts. You can head to each page to get the full description and interface.

* [<mark style="color:purple;">KintoID</mark>](/kinto-the-modular-exchange/building-on-kinto/smart-contract-reference/kintoid.md)
* [<mark style="color:purple;">KintoWalletFactory</mark>](/kinto-the-modular-exchange/building-on-kinto/smart-contract-reference/kintowalletfactory.md)
* [<mark style="color:purple;">KintoWallet</mark>](/kinto-the-modular-exchange/building-on-kinto/smart-contract-reference/kintowalletfactory.md)
* [<mark style="color:purple;">SponsorPaymaster</mark>](/kinto-the-modular-exchange/building-on-kinto/smart-contract-reference/sponsorpaymaster.md)
* [<mark style="color:purple;">KYCViewer</mark>](/kinto-the-modular-exchange/building-on-kinto/smart-contract-reference/kycviewer.md)
* [<mark style="color:purple;">Kinto Entry Point</mark>](/kinto-the-modular-exchange/building-on-kinto/smart-contract-reference/kinto-entrypoint.md)


---

# 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.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/smart-contract-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.
