# What is Enoki?

Enoki Exchange is a fully asynchronous and scalable DEX built on the Internet Computer. You can swap, provide liquidity, and be a market maker - all without any gas fees.

* [Visit our website](https://enoki.ooo)
* [Trade in our dApp](https://5ba5l-caaaa-aaaag-qaoja-cai.ic0.app/)
* [View our repository](https://github.com/enoki-dex)

### Goals

Enoki seeks to scale DeFi in the Internet Computer. Due to the asynchronous nature of canisters, a simple AMM copied from Ethereum cannot scale easily.

Enoki has therefore created both a proof-of-concept sharded token as well as a DEX that provides constant availability for immediate swaps.

{% content-ref url="fundamentals/why-do-we-need-sharding" %}
[why-do-we-need-sharding](https://docs.enoki.ooo/fundamentals/why-do-we-need-sharding)
{% endcontent-ref %}

{% content-ref url="smart-contracts/enoki-token-standard" %}
[enoki-token-standard](https://docs.enoki.ooo/smart-contracts/enoki-token-standard)
{% endcontent-ref %}

{% content-ref url="smart-contracts/enoki-exchange" %}
[enoki-exchange](https://docs.enoki.ooo/smart-contracts/enoki-exchange)
{% endcontent-ref %}


---

# 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://docs.enoki.ooo/what-is-enoki.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.
