# Weset.io

## Weset Docs

- [Intro](https://docs.weset.app/intro.md): Welcome to Weset
- [Ecosystem](https://docs.weset.app/ecosystem.md): High-level overview of Weset architecture
- [Blockchain Addresses](https://docs.weset.app/blockchain-addresses.md): Weset.io has contracts deployed on multiple EVM blockchains
- [Functionality](https://docs.weset.app/functionality.md): Weset operates as a digital asset exchange or trading platform, specifically for Non-Fungible Tokens (NFTs) representing real-world assets. Here's how it supports the mentioned requirements:
- [Next.js](https://docs.weset.app/technologies/next.js.md): Weset's app is built with the React based Javascript framework Next.js, developed by Vercel. All subsidiary apps are also built with Next.js.
- [withPaper](https://docs.weset.app/technologies/withpaper.md): Our partner withPaper provides the credit card checkout experience for Weset's NFT's as well as embedded wallets for users who only wish to use email login instead of Metamask or other wallets.
- [Alchemy](https://docs.weset.app/technologies/alchemy.md): Weset.io uses Alchemy's SDK & API's to index, retrieve, & display NFT blockchain information.
- [ThirdWeb](https://docs.weset.app/technologies/thirdweb.md): Weset uses ThirdWeb to deploy and manage smart contracts on chain. Weset has deployed custom contracts as well as the pre-audited smart contracts that ThirdWeb provides in their SDK's & Libraries
- [Legal section 1](https://docs.weset.app/legal/legal-section-1.md): Some overview text..........................
- [Audits](https://docs.weset.app/legal/audits.md): Weset.io only deploys audited smart contracts either external or pre-audited smart contracts.
- [Benefits](https://docs.weset.app/cybersecurity/benefits.md): Benefits of conducting Real World Asset transactions on the blockchain
- [Risk Management](https://docs.weset.app/cybersecurity/risk-management.md): Risks of trading real world assets on the blockchain
- [M.E.V. Bots Case Analysis](https://docs.weset.app/cybersecurity/m.e.v.-bots-case-analysis.md): Case study of MEV attacks on $WECO
- [Audits](https://docs.weset.app/cybersecurity/audits.md): Weset.io only deploys audited smart contracts either external or pre-audited smart contracts.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.weset.app/intro.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.
