Project Background This project implements an upgradeable proxy architecture using the Admin-controlled transparent proxy pattern. The FiatTokenProxy delegates all logic calls to an underlying implementation contract while maintaining storage and upgrade control within the proxy. The design separates: Logic (implementation…