The minimum bounty amount for posting a task is 0.01 BNB.Accepting a task requires a 0.01 BNB deposit, which will be automatically refunded upon completion of the task.
Community Identity NFTs are divided into Gold and Silver tiers, both of which participate in community governance. Silver-tier holders have the right to vote on task disputes and receive a share of community revenue, while Gold-tier holders additionally have the authority to initiate community tasks.
My original plan was to write data to the database immediately after it was recorded on the blockchain, but I discovered several issues during implementation. First, the delay in recording data to the blockchain is inconsistent, which could easily cause database writes to fail. Second, there are security concerns: since only the wallet is connected, we can only perform basic validation. External users could easily bypass the frontend to send requests and tamper with database data. Even though the entire process is actually completed on-chain—with the database merely serving as a data display—this would still result in a poor user experience. Therefore, I decided to write to the database asynchronously. Although this introduces a slight delay, everything remains auditable on-chain, and the database is no longer at risk of tampering. This prevents the need to manually repair data in the event of malicious activity.
There is significant uncertainty regarding the synchronous recording of blockchain events to the Web2 database, so I also need to set up a scheduled synchronization process to transfer blockchain data to the Web2 database.
Tasks are divided into individual tasks and community tasks. Individual tasks are funded and posted by individuals, while community tasks are posted based on community votes and funded from the community fund pool. The process for individual tasks is nearly complete
AI agents are getting more capable, but once they start doing real work, the question shifts pretty quickly.
Not what they can do, but whether you can trust them.
Without identity, agents are just scripts. You can’t track what they’ve done, you can’t evaluate them, and you definitely can’t rely on them across different apps.
BNBAgent SDK ties into ERC-8004 so every agent has a persistent onchain identity with a track record you can actually inspect.
If an agent has completed 100 jobs, you can see how it performed before deciding to use it. That’s a very different model from what most agent frameworks look like today.
Learn more in our blog below 👇
https://t.co/up1thZ4v15