# Smart Contracts

## [stacks](https://docs.bitflow.finance/bitflow-documentation/developers/deployed-contracts/stacks "mention")&#x20;

A list of smart contracts deployed on the Stacks layer, complete with detailed documentation for each one

### [StableSwap \[USDA-sUSDT LP\]](https://docs.bitflow.finance/bitflow-documentation/developers/smart-contracts/stableswap-usda-susdt-lp)

This contract represents an implementation of the BitFlow StableSwap, featuring a liquidity pool composed of USDA and sUSDT.

### [Staking and Rewards \[USDA-sUSDT LP\]](https://docs.bitflow.finance/bitflow-documentation/developers/smart-contracts/staking-and-rewards-usda-susdt-lp)

This contract facilitates staking and reward distributions for the USDA-sUSDT liquidity pool within the BitFlow StableSwap.

***

View the full list of Deployed smart contracts utilized by BitFlow, deployed on both the Stacks mainnet and testnet by clicking here [stacks](https://docs.bitflow.finance/bitflow-documentation/developers/deployed-contracts/stacks "mention")

***


---

# 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.bitflow.finance/bitflow-documentation/developers/smart-contracts.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.
