# Welcome to PubScale Offerwall SDK

## Overview

The PubScale Offerwall SDK is an app monetization tool that allows developers to make incremental revenue by asking the user to complete some task in exchange for in-app currency.

## Benefits

1. Incremental revenue
2. Monetize non-paying users
3. Improves user retention

## Features

1. **Instant reward offers:** You get offers that give out instant rewards on completion.
2. **Fraud prevention:** Our inbuilt fraud detection and prevention system ensures that all the conversions that happen from the app are legit.&#x20;
3. **Easy integration:** The SDK provides a straightforward integration process, and can be done within a few hours.&#x20;

## Quick links

1. [PubScale dashboard](https://dashboard.pubscale.com)
2. [Sample app and code](/offerwall-sdk/samples.md)

## Get Started

We've put together some helpful guides for you to get set up with our SDK quickly and easily.

### Supported Platforms

{% content-ref url="/pages/98FOi6upQYd03JXaA7nD" %}
[Android Integration](/offerwall-sdk/basic-integration/android-integration.md)
{% endcontent-ref %}

{% content-ref url="/pages/lrru5Xo4DozqrNpmD9Fc" %}
[React Native](/offerwall-sdk/basic-integration/react-native.md)
{% endcontent-ref %}

{% content-ref url="/pages/ix7Ga2Kzas3Wl6Ydg7Ke" %}
[Unity](/offerwall-sdk/basic-integration/unity.md)
{% endcontent-ref %}

{% content-ref url="/pages/itOMlui4rHmfRjVJQear" %}
[Web](/offerwall-sdk/basic-integration/web.md)
{% endcontent-ref %}

{% content-ref url="/pages/POFAwlG1CSpduZn6RxQM" %}
[iOS](/offerwall-sdk/basic-integration/ios.md)
{% endcontent-ref %}

### Reward Verification

{% content-ref url="/pages/wihCwcNxnLrrOR6eA1Xi" %}
[Server-to-Server (S2S) Callback Configuration](/offerwall-sdk/server-to-server-s2s-callback-configuration.md)
{% endcontent-ref %}


---

# 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://pubscale.gitbook.io/offerwall-sdk/welcome-to-pubscale-offerwall-sdk.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.
