feat(POC): add pathUSD token controller
POC implementation for a token controller, which allows you to multiplex a single stablecoin into multiple stablecoins on the chain using a simple wrapping mechanism.
Will primarily be used by Bridge for Path USD.
We add the wrapped token and the reserve token as immutables for efficiency. Which means you need to deploy a controller for each new token you want to create. There is also a way to do a singleton controller here, which can be reused for multiple tokens, but comes at the cost of 1 extra storage operation per read. ( this might be totally fine, since mint/burn are not critical path functions for transfers )
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| tempo-docs | Preview | Comment | Dec 12, 2025 5:46pm |
PR has been moved to this bridge repo -
https://github.com/withbridge/erc20-stablecoin-template/pull/9