> For the complete documentation index, see [llms.txt](https://empmoneyv2.gitbook.io/emp.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://empmoneyv2.gitbook.io/emp.money/getting-started/guidelines-and-quick-links.md).

# Guidelines & Quick Links

### Guidelines

**What do I need to get started with EMP?**

First of all make sure you read the [**introduction** ](/emp.money/about/introduction.md)and truly understand the concept of **EMP.Money** before you invest in it.

As always with any investment it’s wise to keep the following rules at heart:

* Never invest more than you are comfortable with losing
* Do your own research
* Diversify your risks
* Take profits in a responsible way that doesn't compromise the longevity of the project

{% hint style="success" %}
**We recommend reading the entire docs before investing. Especially the protocol and strategy sections!**
{% endhint %}

### Quick links

Buy EMP [here](https://pancakeswap.finance/swap?inputCurrency=0x2170Ed0880ac9A755fd29B2688956BD959F933F8\&outputCurrency=0x3b248CEfA87F836a4e6f6d6c9b42991b88Dc1d58)  /  Chart EMP [here](https://dexscreener.com/bsc/0x84821bb588f049913dc579dc511e5e31eb22d5e4)

Buy ESHARE [here](https://pancakeswap.finance/swap?outputCurrency=0xDB20F6A8665432CE895D724b417f77EcAC956550) /  Chart ESHARE [here](https://dexscreener.com/bsc/0x50a7bad86bd493c128863c4df8a830417763f2d6)


---

# 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://empmoneyv2.gitbook.io/emp.money/getting-started/guidelines-and-quick-links.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.
