> For the complete documentation index, see [llms.txt](https://docs.abracadabra.money/learn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abracadabra.money/learn/abracadabra-italiano/intro/farms.md).

# Farms

[**Abracadabra**](https://abracadabra.money/) offre diverse opportunità di yield farming mediante le quali gli utenti possono mettere in staking i propri LP tokens (liquidity pool tokens) per ricevere token SPELL. Questo meccanismo è utilizzato per garantire sufficiente liquidità su specifiche coppie. Si tratta, al momento, degli LP tokens disponibili su Ethereum per le coppie ETH-SPELL e MIM-3CRV. In futuro potranno essere decisi piani di incentivazione anche per altre coppie, mediante un sistema di voto. Ciò sarà possibile quando il portale di governance sarà reso disponibile.

## **Utilizzare gli LP tokens per il farming su Abracadabra**

![](/files/-McCbIjBpcsid7DZLPsi)

La pagina del sito **FARM** consente agli utenti di aggiungere i propri liquidity pool tokens e ottenere i token SPELL (farming).

![](/files/-MhNJG6xE396rzZifZ4L)

Qui di seguito, utilizziamo i token LP della coppia ETH-SPELL come esempio, ma il metodo è identico per tutte le coppiae. Innanzitutto, occorre scorrere la pagina fino a raggiungere il pool ETH-SPELL.

![](https://miro.medium.com/max/170/0*0jEl9-jHTOq-qXGY)

Prima di procedere, dobbiamo approvare la spesa dei nostri token ETH-SPELL LP (tasto APPROVE).&#x20;

![](https://miro.medium.com/max/113/0*E6iPEAQvWf9qnESL)

Una volta completata questa operazione, è sufficiente fare click su STAKE per depositare i nostri token  ETH-SPELL LP e iniziare a maturare le nostre ricompense in token SPELL.

La finestra ETH-SPELL DEPOSITED (ETH-SPELL depositati) conferma se il deposito è andato a buon fine. Dalla finestra EARNED (maturato/guadagnato) è possibile vedere i token SPELL che stiamo guadagnando, mentre continuiamo ad alimentare il nostro incantesimo.

![](/files/-MhNIB0Qkj_LI2WYMgLi)

A questo punto possiamo utilizzare il tasto **HARVEST** (raccogli) e **WITHDRAW** (ritira), rispettivamente per ricevere le sole ricompense sotto forma di SPELL tokens oppure anche i token che abbiamo depositato inizialmente.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.abracadabra.money/learn/abracadabra-italiano/intro/farms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
