# Functionality

### User Experience

* Operate a Digital Asset Exchange or Trading Platform
  * The system allows users to purchase NFTs, which are a type of digital asset. The purchase can be made directly using a connected wallet or with a credit card. The system interacts with Ethereum smart contracts to facilitate these transactions, effectively acting as a trading platform.
* Place Digital Assets on a Platform or Digital Wallet
  * After a successful purchase, the NFT is transferred to the user's digital wallet. This is handled by the smart contract on the blockchain, and the system provides the necessary interface for users to initiate and confirm this transaction.
* Post Purchase Dashboard
  * Users have access to all relevant information about the NFT they have purchased, potential payouts, utility functionality, like redeeming the ability to stay or use the asset as well as any token gated data or information provided by Weset or our Blockchain as a service partners.

### User Interface

The user interface provides a seamless experience for users to interact with NFTs. Key features include

* NFT Details: Users can view details about a specific NFT (property), including its price, location, and images.
* Purchase NFTs: Users can purchase NFTs directly with their connected wallets or with a credit card.
* Images/Videos: Users can view a carousel of images related to the NFT.
* Connect Wallet: Users can connect their cryptocurrency wallets to interact with the system.

###


---

# 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.weset.app/functionality.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.
