Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAnotherDevv authored Nov 17, 2024
1 parent 75199e3 commit ecd3001
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

A decentralized public good enabling gasless, automated ENS domain renewals through intent-based transactions and off-chain solvers.


```mermaid
flowchart LR
User[Domain Owner]
Solver[Solver]
MV[MessageVerification]
RC[ENSController]
RT[RewardToken]
User -->|Sign Intent| Solver
Solver -->|Monitor| Solver
Solver -->|Execute ETH| MV
MV -->|Verify| MV
MV -->|Renew ETH| RC
MV -->|Reward| RT
MV -->|Refund| Solver
style MV fill:#b9b,stroke:#111
style RC fill:#b9b,stroke:#111
style RT fill:#b9b,stroke:#222
style User fill:#c8d,stroke:#222
style Solver fill:#c8d,stroke:#111
```

## Intent Management:

Users generate signed intents specifying: target ENS domain names, maximum price parameters (renewal fee + gas fee + solver reward), renewal conditions (expiration threshold, gas price threshold).
Expand Down

0 comments on commit ecd3001

Please sign in to comment.