-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uAgents Support for Fetch Mainnet #520
Comments
While agents do not yet use of Fetch Mainnet as default, It should be possible to have your agent register on mainnet by setting the agent = Agent(..., test=False) Let us know if you have any issues with this. |
@jrriehl What I understand from your message is that by setting: This will make my agent register on the Almanac smart contract using the mainnet, and the agent's wallet address will also be on the Fetch Mainnet. Does this mean that the Agent will need to pay with mainnet FET tokens for the registration process? |
@harshpatel199259 Yes, exactly. The main net uses a different denomination and users will need to top up the wallet of the agent for it to be able to register. Currently that is FET but will be ASI in the near future. But please be advised that we do not explicitly recommend to use agents on the main net yet as that hasn't been tested thoroughly and since, e.g. we don't have enforcing mechanisms for the seed you need to be extra cautions about the uniqueness and security of that seed so that others are not able to access your agents funds. |
I was wondering if there is any plan or ETA for thoroughly testing the uAgents on the Fetch Mainnet? It would be great to see an official announcement that enterprises and projects using Fetch agent tech can now confidently register uAgents on the mainnet. I believe prioritizing this will boost confidence among developers and could significantly increase adoption across projects. Looking forward to hearing more about the roadmap and updates on this front! |
Prerequisites
Feature
Currently, uAgents register on the Dorado Testnet's Almanac contract, and their wallets are also on the Dorado Testnet. However, there is a need for uAgents to support the Fetch Mainnet, allowing users to hold and send real FET tokens (not testFET) through their uAgents.
Additional Information (Optional)
No response
The text was updated successfully, but these errors were encountered: