tempo icon indicating copy to clipboard operation
tempo copied to clipboard

feat(POC): add pathUSD token controller

Open legion2002 opened this issue 3 months ago • 1 comments

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 )

legion2002 avatar Dec 11 '25 20:12 legion2002

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
tempo-docs Ready Ready Preview Comment Dec 12, 2025 5:46pm

vercel[bot] avatar Dec 11 '25 20:12 vercel[bot]

PR has been moved to this bridge repo -

https://github.com/withbridge/erc20-stablecoin-template/pull/9

legion2002 avatar Dec 15 '25 21:12 legion2002