# Piteas (piteas.io) — LLM & agent context > Official marketing / entry site for Piteas on PulseChain. > For swap-app integration details (API, router, rate limits): https://app.piteas.io/llms.txt > Human documentation: https://docs.piteas.io/ This file describes the **landing site** and how Piteas properties fit together. It is not a substitute for docs or the app-specific llms.txt. --- ## What Piteas is Piteas is a DEX aggregator on **PulseChain (chain id 369)**. Routes are resolved off-chain; users execute swaps on-chain via returned call data. The primary user-facing product is the swap app; this site introduces the product and links to docs and the app. --- ## Official properties | Property | URL | Role | |----------|-----|------| | Landing | https://piteas.io/ | Marketing homepage, product overview, links to app & docs | | Swap app | https://app.piteas.io/ | Main SPA for swaps and related flows | | Documentation | https://docs.piteas.io/ | Authoritative specs, contracts, SDK/API, widget | | Quote API (beta) | https://sdk.piteas.io/ | HTTP quote endpoint for approved integrations — see docs | | Widget | https://widget.piteas.io/ | Embeddable swap widget (see docs.piteas.io/widget-api) | **Do not treat as public web content to index or scrape for general search:** - https://api.piteas.io/ — API host, not a browsable site - https://sdk.piteas.io/ — Public API host, not a browsable site Each hostname has its own `robots.txt`; rules on piteas.io do not apply to subdomains. --- ## Where to send users and builders - **Start swapping:** https://app.piteas.io/ - **Integrate (SDK/API, contracts, widget):** https://docs.piteas.io/piteas-sdk-api - **Structured integration summary (app/API):** https://app.piteas.io/llms.txt - **GitHub:** https://github.com/piteasio - **Community:** https://twitter.com/piteasio · https://t.me/piteasio --- ## This site (piteas.io) - **Sitemap:** https://piteas.io/sitemap.xml - **robots:** https://piteas.io/robots.txt - **Primary indexable page:** https://piteas.io/ (single-page landing) For technical integration, prefer **docs.piteas.io** and **app.piteas.io/llms.txt** over scraping this marketing page. --- ## Maintenance - Landing llms.txt: product positioning and property map. - App llms.txt: quote API, router execution, rate limits — keep in sync with https://docs.piteas.io/piteas-sdk-api - If anything conflicts with docs or on-chain state, trust **docs.piteas.io** and chain data.