# Getting started

## Addresses

* Stablecoinswap: [0x087239350b3b9bcdad0e7e318ef9c4eaff5eaed3](https://etherscan.io/address/0x087239350b3b9bcdad0e7e318ef9c4eaff5eaed3)
* PriceOracle: [0xefe076de83ccf27bc893002439dec13f93564e84](https://etherscan.io/address/0xefe076de83ccf27bc893002439dec13f93564e84)

## Resources

* [Website](https://stablecoinswap.io)
* [Github](https://github.com/stablecoinswap)
* [Twitter](https://twitter.com/stableswapdex)
* [Reddit](https://reddit.com/r/stablecoinswap)
* [Discord](http://discord.gg/hTmxYUJ)
* [Email](mailto:info@stablecoinswap.io)

## Trade without slippage

Token prices are set by the oracle, which allows all trades to be executed with a fixed price without any slippage. No matter what the order value is, be it just $1 or $100,000, the price will stay the same. As long as the contract has enough liquidity, the order will be fulfilled instantly.

## Earn fees by providing liquidity

Anyone can deposit funds into the smart contract and earn trading fees.

When you provide liquidity, you receive STL tokens which represent your stake in the pool (in percentage). Over time, as more and more trades are executed, the pool value and the value of your STL tokens grows.

You can redeem your STL tokens back into the stablecoins at any time. Note that the redemption (withdrawal) also bears the same fee as the normal swap. If this fee wasn't present, anyone could deposit one token into the contract and immediately withdraw it in another token for a swap without fees.

## How to use it

Head over to [Stablecoinswap.io](http://stablecoinswap.io) to use the frontend or interact with the smart contracts directly.


---

# 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.stablecoinswap.io/master.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.
