# How to Get Started

To start building DeFi Rules, you’ll first need to connect a DeFi wallet. This connection allows Coinrule to automatically set up a secure [Smart Account](https://coinrule-defi.gitbook.io/coinrule-docs/onboarding/safe-wallet) for you. After your Smart Account is set up, you can deposit funds to your Smart Account.

**Important**: Your Smart Account is uniquely tied to the chain on which it was created. Right now, Coinrule is only available on Arbitrum so your Smart Account is on Arbitrum. **Do not send funds to your Smart Account address on another chain as you might not be able to access these funds.**


---

# 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://coinrulehq.gitbook.io/docs/onboarding/how-to-get-started.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.
