> For the complete documentation index, see [llms.txt](https://dmtp.gitbook.io/dmtp-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dmtp.gitbook.io/dmtp-sdk/11-web3-traffic-exchange-release-notes/11.3-web3-traffic-exchange-mvp3-release-notes.md).

# MVP3 Release Notes

## Introduction

We're excited to announce the release of MVP3 for the Web3 Traffic Exchange SDK. This update brings significant improvements to our platform, enhancing user experience, ad performance tracking, and overall system functionality.

## Key Updates

### User Interface Enhancements

* Updated start page UI for improved user experience and visual appeal.
* Refreshed offer wall UI with optimized layout and design.

### Ad Performance and Tracking

* Implemented tracking of ad impressions, now linked to subsequent clicks for better performance insights.
* Enhanced click verification endpoint to include Telegram User ID for ads tracking in TMA environments.

### Game Integration and User Engagement

* Introduced in-game bonuses as rewards for ad clicks, incentivizing user engagement.
* Implemented a new ad selection rule to show banner ads only for games the user hasn't played, enhancing discovery.

### System Improvements

* Updated AWS production infrastructure for improved scalability and performance.
* Modified the default points system for new publishers, now reading from the database as a parameter for easier management.

### Developer Tools

* Updated test clicker games to align with the new offer wall system and user tracking mechanisms.

## Current Limitations

* One wallet address per user account.
* Limited to one active campaign per user.
* Maximum of two inventories per user (one banner and one offer wall).
* Points system remains a virtual currency without blockchain integration.

## Upcoming Features

We're continually working to improve the SDK. Future updates will focus on enhancing reporting capabilities, expanding ad targeting options, and further improving the user interface.

## Feedback

Your input is crucial for our ongoing development. Please report any issues or suggestions through our support system at <https://dmtp-tech.zendesk.com/hc/en-us/requests/new>.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://dmtp.gitbook.io/dmtp-sdk/11-web3-traffic-exchange-release-notes/11.3-web3-traffic-exchange-mvp3-release-notes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
