> For the complete documentation index, see [llms.txt](https://docs.derupt.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.derupt.io/latest/contracts/testnet.md).

# Testnet Addresses

**View Derupt Testnet Contracts on Explorer:**

* .derupt-ext-trait
* .derupt-interfaces
* .derupt-core-trait
* .derupt-feed
* .derupt-gifts
* .derupt-miners
* .derupt-stackers
* .derupt-sentiment
* .derupt-core-20241204
* .derupt-profile-trait
* .derupt-profiles
* .derupt-profile (deployed by user's)
  * example user A
  * example user B
* .derupt-ext-reg
* .derupt-ext (deployed by dev's)
  * example ext A (sample: "Transfer CC Too")&#x20;
  * example ext B

Other sips deployed

* .sip-009-trait-nft-standard
* .sip-010-trait-ft-standard
* .sip-013-trait-sft-standard

[CryptoCash Contracts (testnet)](https://docs.stackers.cc/latest/contracts/testnet)

{% hint style="info" %}
Users Deploy and Activate their .derupt-profile contract in app.
{% endhint %}

{% hint style="info" %}
Developers Deploy .derupt-ext contract(s) and they are Enabled for use by Users in app.
{% endhint %}

{% hint style="info" %}
Additionally you may want to review the Deruptars NFT Contract
{% 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.derupt.io/latest/contracts/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.
