# Decentralized Creator Stack

#### Wallet as Sovereign Identity

Each participant is cryptographically anchored to a wallet address, which functions as their immutable identity across all protocol operations. This identity serves as the basis for authorship attribution, access delegation, staking participation, and economic entitlement, eliminating the need for centralized credentials or user accounts.

#### Prompt-Initiated Content Pipelines

Creative processes begin with user-submitted prompts — text, sketch, or media references — which are parsed into structured instructions for the AI generation engine. These inputs route deterministically through preconfigured or user-selected models, resulting in on-demand outputs across multiple modalities.

#### Chain-Synchronized Ownership and Authorship

All generated content is automatically registered on-chain, embedding timestamps, model metadata, and authorship signatures within the asset record. This ensures verifiable provenance, enforces attribution integrity, and supports tokenized licensing or downstream monetization.

<br>


---

# 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.artisanaiai.xyz/artisanai.ai-workflow/decentralized-creator-stack.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.
