This document describes an efficient interpolation-based Chase decoder for Bose-Chaudhuri-Hocquenghem (BCH) codes. BCH codes are error-correcting codes commonly used in applications such as flash memory and digital video broadcasting. The proposed Chase decoder uses an interpolation-based approach inspired by Chase decoders for Reed-Solomon codes but modified to leverage the binary properties of BCH codes. This allows it to correct up to t + η errors, where t is the number of errors the underlying BCH code can correct and η is the number of bits flipped in the Chase algorithm. The decoder consists of syndrome calculation, key equation solving, error location via Chien search, and error correction