# Motto

### About offensive names

Many projects have a strict policy on offensive names.

&#x20;Unlike these wannabe gods, I don't pretend to know what is right or wrong. \
I leave you to be your own judge. \
\
If a motto doesn't suit you, you are free to bribe the mercenary and change his motto. \
\
**Death to censorship!**\
**Code is the only law.**

### Allowance

ERC20 allowance is a feature that allows a token holder to grant permission to a third party to spend a specific amount of their tokens on their behalf. This enables the third party to execute transactions without having complete control over the token holder's entire balance. The allowance can be modified or revoked by the token holder at any time.

In our case, the Mercenary contract need your permission to use your token to pay the motto fee.\
\
You may revoke this permission at any time.

<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://efyria.gitbook.io/mercenaries-of-efyria/actions/motto.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.
