> For the complete documentation index, see [llms.txt](https://guides.upland.me/sparklet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.upland.me/sparklet/sparklet-white-paper-july-2023/existing-sparklet-utility.md).

# Existing SPARKLET Utility

In Upland, SPARKLET can either be “staked” (i.e. allocated to a task for the duration that it takes to complete) or (coming in the near future) “spent” (used to achieve an immediate outcome), depending on the use case. Players can also stake SPARKLET towards other players’ projects. Tasks that require staking are measured in “Spark Hours” (time to complete a task per staked SPARKLET) while creations that require spending are measured in SPARKLET denominations up to the single SPARKLET (e.g. 1 SPARKLET).

### Construction and World Building

SPARKLET can be staked towards the construction of structure NFTs that are tethered to the property NFT on the Upland map. There are various types of structures which currently include: Houses, Apartment Buildings, Factories, stadiums, Cafes, Show Rooms, and Speedway Pole Structures.

<figure><img src="/files/3hQjgmR7H9Tc71ZE2xvp" alt=""><figcaption></figcaption></figure>

### Manufacturing

SPARKLET can be staked towards the manufacturing of Map Items–NFTs that are visually represented and viewable on the Upland map. These items include (but are not limited to): Map Assets (e.g. Decor, Fixtures, Statues, etc.), Structure Ornaments (e.g. Decorations for Halloween), and Cars and Racing Karts.

<figure><img src="/files/THthzpkxEnVfuhdVGCtF" alt=""><figcaption></figcaption></figure>

### Renting SPARKLET

SPARKLET holders in Upland may rent SPARKLET out to other stakeholders who wish to use it for its utility. This can be achieved today using layer-2 services that use Upland’s developer APIs. One successful example of such tools is the UPX Spark Exchange - a UDN PRO (Upland Developer Network) app within the Upland ecosystem.

<br>


---

# 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://guides.upland.me/sparklet/sparklet-white-paper-july-2023/existing-sparklet-utility.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.
