@cortensor
๐ ๏ธ DevLog โ SessionPaymentTable Live (Dynamic Weights Up Next)
Quick follow-up on the new execution fee path:
๐น The SessionPaymentTable โ runtime unit cost wiring is now live and passing initial regression checks with the existing static/fixed unit cost model.
๐น The dashboard's Unit Cost display is now reading from the same runtime table, so UI + contracts + router are all aligned on pricing.
๐น Next step is to populate pricing parameters per session config โ SLA tier, model class, execution count, and validator depth (PoI / PoUW) โ so total cost can be computed as: base unit cost + SLA weight + model weight + execution weight + validator weights.
๐น Over the coming tests weโll try different unit prices per execution using this new path, while keeping behavior close to todayโs fixed pricing until the dynamic weights are validated.