> For the complete documentation index, see [llms.txt](https://docs.posers.app/info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.posers.app/info/important/additional-security.md).

# Additional security

To make sure you are interacting with the original site and contract you can add Poser contract addresses to the MetaMask address book with your own name.

By default, MetaMask shows the shortened contract address at the top of the window and below. Memorizing contract addresses in this way is not very convenient.

After adding a contract to your address book, you will see the name of your choice, which will increase the readability of the transaction and can prevent you from interacting with scam sites.

<table data-card-size="large" data-column-title-hidden data-view="cards"><thead><tr><th></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Transaction window before adding a contract to the address book</td><td></td><td>Transaction window before adding a contract to the address book.</td><td><a href="/files/AjNkIRO94jjtJJKJzHqP">/files/AjNkIRO94jjtJJKJzHqP</a></td></tr><tr><td><p>Transaction window after adding a contract to the address book.</p><p>PTC contract - Poser Customizing Tool contract</p></td><td></td><td></td><td><a href="/files/89HigAbxwjua2Ctyt0vS">/files/89HigAbxwjua2Ctyt0vS</a></td></tr></tbody></table>

{% hint style="success" %}
For more safety, we recommend to add all our contracts to your address book. The contract addresses you can get from the [official links](/info/project-overview/official-links.md) section or from our Discord.
{% endhint %}


---

# 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.posers.app/info/important/additional-security.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.
