# 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.


---

# 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.bundlefren.com/v1/getting-started/compatible-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.
