# Building on Derupt

Derupt is just a set of smart contracts with functions; an agreed upon procedure for messages and message interactions.  To interface with those smart contract functions, you need a client. \
\
As a developer, you can receive payments from the content created and interacted with via your client. See [.derupt-interfaces](/legacy/contracts-legacy/.derupt-interfaces.md) for details on how to setup and configure your pay out parameters.\
\
As a developer you don't have to think about private keys since its designed to work with Stacks.\
\
Your user's simply sign transactions with their [Leather ](https://chromewebstore.google.com/detail/leather/ldinpeekobnhjjdofggfgjlcehhmanlj?hl=en)(formerly Hiro) or [Xverse](https://chromewebstore.google.com/detail/xverse-wallet/idnnbdplmphpflfnlkomgpfbpcgelopg?hl=en) wallet when interacting with your custom Derupt client.


---

# 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.derupt.io/latest/building-on-derupt.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.
