# Rewards Issue Key Table

## Bug Report

| Level    | Example                   | Rewards in TXL |
| -------- | ------------------------- | -------------- |
| Minor    | Small UI bug              | 50             |
| Major    | False data                | 200            |
| Critical | Entire page isn't working | 500            |

## Feature Request

| Level                      | Example                            | Rewards in TXL |
| -------------------------- | ---------------------------------- | -------------- |
| Minor                      | New field in asset detail view     | 100            |
| Major                      | New sorting feature in a table     | 500            |
| Milestone                  | New partial feature of the product | 1000           |
| Revenue generating feature | New widgets for projects           | 1000           |

*Note: If a suggested feature was planned prior to the submission, you'll be notified with the corresponding label on GitHub and won't receive rewards.*

## Projects

| Level   | Example                    | Rewards in TXL |
| ------- | -------------------------- | -------------- |
| Created | Creating a project         | 20             |
| Updated | Updating data in a project | 10             |

## Blog Post Contribution&#x20;

| Example                                                 | Rewards in TXL |
| ------------------------------------------------------- | -------------- |
| A blog which gets published on the Tixl Finance website | 1000           |

## Exchange Adapter Built&#x20;

| Example                                   | Rewards in TXL |
| ----------------------------------------- | -------------- |
| Connecting a new exchange to Tixl Finance | 1000           |


---

# 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://tixlfinance.gitbook.io/tixlfinance-docs/community/rewards-issue-key-table.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.
