> For the complete documentation index, see [llms.txt](https://docs.bundlefren.com/v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bundlefren.com/v1/getting-started/compatible-contracts.md).

# Compatible Contracts

<figure><img src="/files/z6tNT0aSQuBbXI5QvUUt" alt=""><figcaption></figcaption></figure>

Our app is designed to support a variety of common open trading functions, making it easy for you to start using our tools seamlessly. To ensure compatibility, we just need to confirm that the functions in your contract match those we currently support.

{% hint style="info" %}
Please note that our app currently only supports functions without parameters. For example, a function like `openTrading()` is compatible, but `openTrading(bool)` (a function with a parameter) is not.
{% endhint %}

Below is a list of functions currently on our system:

```solidity
// TRADING ACTIVATION FUNCTIONS

enableTrade()
enableTrading()
Launch()
launch()
openTrade()
openTrading()
startTrade()
startTrading()
```

If your contract uses a unique function name or is not listed yet, don’t worry—simply reach out to us and we’ll add it to our system within minutes.
