# First Use Setup

1. When first using Amplifier, Connect your wallet and sign the log in request through your wallet.&#x20;
2. Select a strategy that you want to use.  You can select NO STRATEGY, which would not use any pre-defined compounding instructions.  Or, you can select from the list of pre-defined strategies to use for your wallet.
3. Click Deploy Contract to create an Amplifier contract that is wholly owned by your wallet.  This contract will then be used to interact with the lending protocol behind the scenes, saving your compounding instructions that you selected.

This Amplifier Contract is owned by and controlled by your wallet.  Nobody else can authorize transactions from your wallet or your Amplifier contract. &#x20;

All claimed rewards are automatically passed through to this contract into your wallet, meaning you never need to worry about manually moving tokens between your wallet and this Amplifier Contract.  Amplifier will handle this for you automatically through its smart front-end.


---

# 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.powercity.io/amplifier/how-to.../first-use-setup.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.
