# First Steps

## Access your account

To start using our modules you must access your account for the first time,\
to access [click here](https://w3block.io/en/auth/signIn) and type your E-mail and Password. If you don't know what E-mail you have registered please contact us at: **<Support@w3block.io>**.

<img src="/files/PA6kEy32IYhAOIJLo8n2" alt="" data-size="original">&#x20;

##

## Create your first smart contract

After your first access you will have access to your dashboard, to start, select the <mark style="color:blue;">Contracts</mark> option in the menu and then click on <mark style="color:blue;">Create Contract</mark>.

![](/files/XhgiDi0PklWj3HOpElTg)

{% hint style="info" %}
Smart contracts are the first step towards the tokenization of an asset, when registering a smart contract we are establishing rules that must be followed by the tokens that will be registered in it.
{% endhint %}

When accessing the registration screen of a new contract, some contract information will be requested, which are:

* **Name** (The name of your contract will be visible on the blockchain, and it also serves as an identifier for when you register a token under the rules of your contract.)
* **Symbol**
* **Network**
* **Description**
* **Image**

{% hint style="warning" %}
Note: Check the Preview of the contract. Once the information is registered, it cannot be changed.
{% endhint %}

\
Once the contract information is filled in, it will be necessary to define the <mark style="color:blue;">Royalties</mark> and the participants with their proper wallet addresses.

For each participant it will be necessary to add:

* **Wallet address**
* **Name**
* **Percentage**

{% hint style="info" %}
We currently limit Royalties to a maximum of <mark style="color:blue;">10%</mark>, including the contracted amount for W3block, if you want to increase your limit, please contact <mark style="color:blue;"><support@w3block.io></mark>
{% endhint %}

## Create your first Token

With your first contract registered, it's time to create the first Token following the rules defined by it. Select the <mark style="color:blue;">Tokenize Items</mark> option from the menu on the left and then select the contract you want to use by clicking <mark style="color:blue;">Use Contract</mark>. Then select the type of product to be tokenized, its category and fill in your information.

![](/files/nLQqhy2ur9avxx2lZzRe)

Next, the number of editions and traceability must be defined, in the case of multiple editions, the total number will be requested and how many will be tokenized at this given moment. Finally, you must confirm the token information and select the <mark style="color:blue;">I confirm all information above</mark> button before generating the token.

![](/files/aNwqnTFopAgAruXA8p1n)

{% hint style="success" %}
Congratulations! Now you know how to tokenize your products. To verify this and the next tokens that are created, simply select <mark style="color:blue;">Tokens</mark> from the side menu.
{% endhint %}


---

# 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://w3block.gitbook.io/w3block-eng/knowledge-base/first-steps.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.
