> For the complete documentation index, see [llms.txt](https://docs.xyxyx.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xyxyx.pro/tokenization-models/1x1/specifications.md).

# Specifications

<figure><img src="/files/8qQEVLljAKmeXeH4A3Kt" alt=""><figcaption></figcaption></figure>

***

### Overview

| Aspect        | Attribute |
| ------------- | --------- |
| MIME type     | SVG       |
| Token URI     | Base64    |
| Output Format | 1:1       |
| Output Size   | 300x300   |

***

### **Parameters**

<table><thead><tr><th width="158">Name</th><th width="297">Description</th><th>Options</th></tr></thead><tbody><tr><td><code>background</code></td><td>Defines the background color that will stamp every 1 full token issued by the smart contract</td><td>Any Hex color, defaults to <code>#000000</code></td></tr><tr><td><code>textColor</code></td><td>Defines the text color that will stamp every 1 full token issued by the smart contract</td><td>Any Hex color, defaults to <code>#FFFFFF</code></td></tr><tr><td><code>font</code></td><td>Defines the text font family that will stamp every 1 full token issued by the smart contract</td><td><code>serif</code>, <code>sans-serif</code> or <code>monospace</code>, defaults to <code>monospace</code></td></tr></tbody></table>

#### **Advanced options**

<table><thead><tr><th width="160.33333333333331">Name</th><th width="294">Description</th><th>Options</th></tr></thead><tbody><tr><td>Show deployer address</td><td>Insert the deployer address in the token output</td><td>optional</td></tr><tr><td>Border radius</td><td>Customize the border radius of the token output</td><td>From <code>0</code> to <code>20px</code>, defaults to <code>0</code></td></tr><tr><td>Upload logo</td><td>Insert a logo in the token output</td><td>Any 1:1 SVG file</td></tr><tr><td>Upload watermark</td><td>Insert a background watermark in the token output</td><td>Any 1:1 SVG file</td></tr><tr><td>Trademark</td><td>Insert an Xyxyx trademark in the token output</td><td>optional</td></tr></tbody></table>

***

### Content Capacity

#### **Token Text**

* Max of 45 characters per line of text
* Max of 22 lines of text
* Max of (aprox.) 1,010 characters

#### **Metadata Text**

* Max of (aprox.) 4,500 characters


---

# 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.xyxyx.pro/tokenization-models/1x1/specifications.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.
