# Fetch.ai

**Fetch.ai** provides an open infrastructure that enables individuals and businesses to build smart, offline services. Using Fetch.ai technology, users can deploy agents: pieces of code that can create intelligent connections between different systems and devices. This technology allows users to explore new possibilities, from simple AI-driven coordination tasks to complex business logic, and it serves as a platform for discovery and innovation. Fetch.ai creates a parallel digital reflection of the world where autonomous agents can interact with each other to perform useful tasks that businesses can use to optimize their operations, provide offers or discounts to individuals, or analyze sensor data from remote businesses. All of this can happen without human intervention.

### [Stake now!](https://explorer.w3coins.io/fetchhub/staking/fetchvaloper14gtl0dgam6cqvjkuh6kfcnszchwzk0ghumdmhw) 8-10% Expected reward rate

### [**Auto-Compound**](https://restake.app/fetchhub/fetchvaloper14gtl0dgam6cqvjkuh6kfcnszchwzk0ghumdmhw/stake) **9-11**% Expected reward rate

{% hint style="info" %}
[**Auto compound Manual (Restake)**](https://youtu.be/XOH161O3C5w)
{% endhint %}

## **Chain explorer**

* <https://explorer.w3coins.io/fetchhub>
* <https://atomscan.com/fetchai>
* <https://www.mintscan.io/fetchai>

## Community Tools and Services

#### **RPC**

```
https://fetch-rpc.w3coins.io
```

#### **gRPC**

```
fetch-grpc.w3coins.io:15290
```

#### **API**

```
https://fetch-api.w3coins.io
```

#### **Seed Node**

```
91706fd6ec45e38661ba7bb7567fc572b738c3ea@seed-node.w3coins.io:15266
```

#### **Addrbook**

```
wget -O addrbook.json https://s3.eu-central-1.amazonaws.com/w3coins.io/addrbook/fetch-mainnet/addrbook.json --inet4-only
mv addrbook.json ~/.fetchd/config
```

#### **Genesis**

```
wget -O genesis.json https://s3.eu-central-1.amazonaws.com/w3coins.io/genesis/fetch-mainnet/genesis.json --inet4-only
mv genesis.json ~/.fetchd/config
```


---

# 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://services.w3coins.io/mainnet/fetch.ai.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.
