# Introduction

## What are Synthetic Asset

A synthetic asset is **a tokenized derivative that mimics the value of another asset**. Using a synthetic, you can trade $sXAG (Synthetic Gold) instead, which behaves like the underlying asset by tracking its price using data oracles such as [Chainlink](https://chain.link/) & [Pyth](https://pyth.network/).

## What is DeFi?

DeFi brings financial services to blockchains like Ethereum.

DeFi creates fair financial tools that anyone can utilize so long an internet connection is available. DeFi supports tools only banks could make available in the past; users can trade derivatives, options, borrow/lend funds.

## Benefits of DeFi?

* Assets are free to be transferred anywhere at any time.
* DeFi transactions 100% on-chain (transparent).
* Anyone can participate in DeFi by becoming a member of one of the DAOs which govern decentralized applications. A web3 wallet and an internet connection are all that's needed.

{% hint style="info" %}
For help accessing and setting up a web3 wallet -> [How to setup MetaMask guide](https://blog.kwenta.io/installing-metamask/).
{% endhint %}


---

# 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.kwenta.io/overview/defi-what-is-it-how-do-i-start.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.
