> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enso.build/llms.txt
> Use this file to discover all available pages before exploring further.

# Enso DeFi Navigator

> A UI to navigate projects, protocols, and positions in the Enso ecosystem, always up-to-date with live integrations.

export const date_0 = "2025-07-15"

The Enso DeFi Navigator is a helper tool to explore and interact with the Enso ecosystem.
This tool is designed to make it easier to assemble and debug routes, by finding the accurate information about projets, tokens and their primary contracts.

<CardGroup cols={2}>
  <Card href="https://navigator.enso.build" title="Live app" icon="play">
    Use the Enso DeFi Navigator
  </Card>

  <Card href="https://github.com/EnsoBuild/defi-navigator" title="Github" icon="github">
    Source code
  </Card>
</CardGroup>

<div className="flex flex-row items-center justify-center gap-4 my-8">
  <div className="">
    <img src="https://mintcdn.com/enso/wPTnp3wu2UDG_JDf/images/templates/navigator/projects.png?fit=max&auto=format&n=wPTnp3wu2UDG_JDf&q=85&s=4c9b8a1c178b2e73538ad783012bc268" alt="Uniswap Migrator Flow" width="2612" height="1698" data-path="images/templates/navigator/projects.png" />
  </div>

  <div className="">
    <img src="https://mintcdn.com/enso/wPTnp3wu2UDG_JDf/images/templates/navigator/token-search.png?fit=max&auto=format&n=wPTnp3wu2UDG_JDf&q=85&s=e0f1ef25a3f0a16102f5ab4d1689b799" alt="Uniswap Migrator Flow" width="2612" height="1702" data-path="images/templates/navigator/token-search.png" />
  </div>
</div>

It provides an interface to navigate through supported projects, protocols, and positions.

* **Projects**: Browse integrated networks and projects
* **Protocols**: View supported projects versinons and access supported tokens
* **Tokens**: Query supported tokens by address, symbol, primary address, underlying tokens and more

Next steps:

* [Try the Navigator](https://navigator.enso.build/)
* [Learn about Enso's APIs](/pages/build/get-started/overview)
* [Integrate the SDK](https://github.com/EnsoBuild/sdk-ts)

<div className="text-right text-xs gray-200 font-semibold w-full" style={{marginTop: '0'}}>
  <p style={{
        color: "#b2b2b2"  
    }}>Updated {date_0}</p>
</div>
