> For the complete documentation index, see [llms.txt](https://blacksmithsworkshop.gitbook.io/blacksmiths-workshop/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blacksmithsworkshop.gitbook.io/blacksmiths-workshop/features/highlight-features.md).

# Highlight Features

## **Automated Token Launch**

![](/files/ue1YJKzOdZ6IrmRGgrc0)

Our presale has a smart contract capable of launching our tokens automatically. After the end of the presale period, the first person to run the 'buy', 'claim' or 'launch' functions will automatically launch the token. This person, called contributor, will need to use more Gas, so they will pay a slightly more expensive fee. But don't worry, there will be a token reward for this.

## **No Owner In Presale**

![](/files/3QmsmiR95bSLRgWamNXY)

There is no owner in our presale smart contract. All functions, especially the launch function, can be run by anyone. Making this presale immune to any type of fraud involving owners. The person running the launch function, called contributor, will need to use more Gas, so they will pay a slightly more expensive fee. But don't worry, there will be a token reward for this.

## **Emergency Withdrawal In Presale**

![](/files/4orjDQO7zIGYb1Y23JDN)

If there is any problem involving token release. Don't worry, your investment is safe with us. Our presale contract has an emergency withdrawal system. If after 2 days of the end of the presale period and the token has not yet been released, just run the 'emergencyWithdraw' function, and your money will be in your wallet again.

## **Direct Swap**

![](/files/cKV0UUMWhV38MRZtMZnC)

Our tokens have a direct swap in which you can exchange between our tokens directly.


---

# 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:

```
GET https://blacksmithsworkshop.gitbook.io/blacksmiths-workshop/features/highlight-features.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.
