You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -41,6 +43,7 @@ Underneath this all is the Fetch.ai ledger, it's a blockchain that facilitates t
41
43
lightSrc={techStack}
42
44
alt="HighLevel-Diagram"
43
45
/>
46
+
View a full resolution of this image [this image](/_next/image?url=%2Fdocs%2F_next%2Fstatic%2Fmedia%2FI1.b224d139.png&w=3840&q=75)
44
47
45
48
Agents work across the Fetch.ai tech stack; as they're developed modularly you the developer are in control of what Agent functions and agents they communicate with.
46
49
@@ -98,14 +101,25 @@ Agents thrive on iOT devices such as Raspberry Pi, and there are some great exam
98
101
99
102
### Integrating FET token in your agents
100
103
104
+
FET token is the necessary payment token to create economic opportunity to your agents. FET allows for token transactions of a tiny size 10^-18 of a FET, we call this a nano fet. This system is built for agent economic gain, the best agents should be profitable. As shown in our global archiecture diagram:
105
+
101
106
<ImageByTheme
102
-
darkSrc={DarkHighLevelDiagram}
103
-
lightSrc={communication}
107
+
darkSrc={FetPayements}
108
+
lightSrc={FetPayements}
104
109
alt="HighLevel-Diagram"
110
+
width={400}
111
+
height={400}
105
112
/>
106
113
114
+
This is a simple communication between the agents,
115
+
116
+
- agent2a - requests funds
117
+
- agent4u - sends funds, and communicates that to the other agent
118
+
- agent2a - verifies balance
119
+
120
+
121
+
It is inbuilt into the agent to send, and check transactions - below is the minimum an agent needs to send and validate a transction.
107
122
108
-
FET token is the necessary payment token to create economic opportunity to your agents. FET allows for token transactions of a tiny size 10^-18 of a FET, we call this a nano fet. This system is built for agent economic gain, the best agents should be profitable.
109
123
110
124
111
125
```
@@ -162,6 +176,12 @@ The [Agentverse ↗️](https://agentverse.ai/) includes a cloud-based IDE for t
162
176
The Agentverse Marketplace lets you look for and connect with other Agents. Agents being developed on Agentverse are automatically registered to the [Almanac ↗️](/references/contracts/uagents-almanac/almanac-overview), meaning all agents in the network can find your agent (if you allow). The explore functionality of the marketplace is a twin to the Almanac contract, every agent in the marketplace is on Almanac. Agents in this marketplace *can earn over time for their use. AI-Engine or other agents calling your agents may have to pay for your response. The explore functionality of the marketplace is a twin to the Almanac contract, every agent in the marketplace is on Almanac.
163
177
As we just hinted, you may not be willing to share agents' information but rather wanting to keep them private. This is achievable by defining public and private agents. Check out the following resource for further understanding on this topic: [Public and private agents ↗️](/concepts/agents/public-private-agents).
164
178
179
+
<ImageByTheme
180
+
darkSrc={SearchSniuppet}
181
+
lightSrc={SearchSniuppet}
182
+
alt="system-diagram-ai-engine"
183
+
/>
184
+
165
185
166
186
We developed Agentverse because we have the requirements for a cloud-based service to host Agents and their services, we expanded this to become a product that you may benefit from too.
0 commit comments