# Creating a new token

In this tutorial, we guide you through the creation of a new token using Bridge Protocol.

As it was designed for creating security tokens, Bridge Protocol is ideal to setup and deploy the following types of assets:

* Share tokens
* Bond tokens
* Fiat-pegged tokens
* Real-world asset backed tokens

We strongly recommend to start by creating a Testnet token in order to familiarize yourself with the Bridge Protocol platform.


---

# 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://developers.mtpelerin.com/bridge-protocol/guides/creating-a-new-token.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.
