# Smart Contract Addresses

Below are the addresses for smart contracts providing commitment services for the latest vBase release.

* Test Networks
  * Ethereum Sepolia
    * CommitmentsService
      * Address: `0x8DcED2BB01FAD25336C3b43946C986C6c50ce3aa`
      * [Deployment transaction](https://sepolia.etherscan.io/tx/0xf055bebb4b21a04cc076671ecaf455c45fc201e3508deacdae2899c260132957)
    * CommitmentsServiceTest
      * Address: `0x62D640BCD5ADB2122ed0e23f587bca7143f0A492`
      * [Deployment transaction](https://sepolia.etherscan.io/tx/0x2e1ba67bb65a609e3d555102161d7fc833b8ed4ff490c6c6082e310e88c3fba6)
* Production Networks
  * Polygon PoS Mainnet
    * CommitmentsService
      * Address: `0x80D2AB15EE5b91cD7A183b8938dC277fE6191F7d`
      * [Deployment transaction](https://polygonscan.com/tx/0xb60915c7a8da9a277d09e7f9807ba70d75f203040135faa6f77d555c12918b84)
    * CommitmentsServiceTest
      * Address: `0xD4dF7c779beEd417aD02adf6129949183a932263`
      * [Deployment transaction](https://polygonscan.com/tx/0xf57bcde72d657e14412d5bf9214e4195b8721546f356820ed148f08e29bd9a97)


---

# 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.vbase.com/technical-reference/addresses.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.
