> For the complete documentation index, see [llms.txt](https://docs.stargate.vechain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stargate.vechain.org/for-developers/testnet.md).

# Testnet

If you need to experiment with the StarGate contracts, you can point to the below testnet contracts.

## Addresses

<table><thead><tr><th width="247.23828125">Contract</th><th>Address</th></tr></thead><tbody><tr><td>StarGate</td><td>0x1E02B2953AdEfEC225cF0Ec49805b1146a4429C1</td></tr><tr><td>StarGateNFT</td><td>0x887d9102f0003f1724d8fd5d4fe95a11572fcd77</td></tr></tbody></table>

## ABIs

{% file src="/files/aoHeZ7pOBWt913Ixp5Ae" %}

{% file src="/files/JxafsC9FFaI1QzwivtpB" %}

## Interfaces

{% file src="/files/nPJmIm0Fw5VcllrArQXx" %}

{% file src="/files/721EwKPBJodtEBughIW7" %}

## Import the contracts on Inspector

Go to <https://inspector.vecha.in/>, switch to testnet (on top-right), click add, add the above address and the ABI that you can find in the below section.

<div data-full-width="true"><figure><img src="/files/Qz924xOCgEJpVoJwdHyf" alt=""><figcaption></figcaption></figure></div>

## Run locally

You can deploy the contracts on your own or run the tests by using the public repo with the contracts at <https://github.com/vechain/stargate-contracts>. This resource contains all necessary files and instructions, allowing you to clone the repository, explore the smart contract code, and follow setup procedures step-by-step, allowing you to interact with the contracts on testnet or thor solo.

{% hint style="info" %}
Need VTHO? Use this faucet: <https://faucet.vecha.in/>
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.stargate.vechain.org/for-developers/testnet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
