> For the complete documentation index, see [llms.txt](https://docs.outerringmmo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.outerringmmo.com/ecosystem/galactic-dex.md).

# Galactic DEX

The Galactic DEX allows users to **swap between in-game materials and gain farming rewards providing liquidity to the different pools.**

It allows users to operate with their tokens directly from a wallet. After gaining materials such as CAR, VAN, or ACE by staking in the Galactic Pools, users are able to swap them.

Holders will **decide on listing new materials using our governance system**.

**Participation in the DEX does not involve fees of any type nor demand locking periods.**

The DEX´s smart contract is based on Uniswap V2, with a pair creation limitation added.

## Addresses

### Dex addresses

***Factory:*** [*0xF5fCd33CA8D0B493489A0975613a4E7060c24dBe*](https://bscscan.com/address/0xf5fcd33ca8d0b493489a0975613a4e7060c24dbe#code)

***Router:*** [*0xCA3F1E755BB2d36F8Eb3964562AB1Cf40A75920A*](https://bscscan.com/address/0xca3f1e755bb2d36f8eb3964562ab1cf40a75920a#code)


---

# 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.outerringmmo.com/ecosystem/galactic-dex.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.
