> For the complete documentation index, see [llms.txt](https://sosia.gitbook.io/bitcoinaid/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sosia.gitbook.io/bitcoinaid/contributions/quickstart.md).

# Contribution ENG

In **Bitcoin Aid**, participants have the opportunity to make a contribution by locking their BTCA in the distribution smart contract for **15 or 30 days**, depending on the user's choice. This mechanism is designed to reward community members who contribute directly to strengthening the ecosystem.

The advantages are clear:  by staking, the user can receive **50%** or **100%** of the dollar amount contributed, depending on the period chosen. In other words, after **15 days**, the user receives **50% of** the amount contributed, and after **30 days**, they receive **100%**. This model follows a **halving** pattern, similar to bitcoin, with gradual reductions in rewards over time, starting with **50% and 130%**, then **40% and 110%**, then **30% and 90%**, and finally **20% and 70%**.

The minimum contribution to participate is **10 dollars in BTCA**, and at the end of the period, the user will receive the equivalent amount in **BTCA**, plus the benefit. For example, with a contribution of **10 dollars in BTCA for 15 days**, the participant would receive 15 dollars in **BTCA** at the end of the period.

As well as rewarding users, the stake contribution process also plays a fundamental role in strengthening the community, as the coins locked and **distributed help to burn tokens**, reducing the total supply and promoting the appreciation of **BTCA**.

{% hint style="info" %}
NOTE: Halvings occur when supply currencies begin to decline, more details on the halving page.
{% endhint %}

###


---

# 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://sosia.gitbook.io/bitcoinaid/contributions/quickstart.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.
