Given a pair of parameters α ≥ 1, β ≥ 0, a subgraph G = (V, H) of an n-vertex unweighted undirected graph G = (V, E) is called an (α, β)-spanner if for every pair u, v ∈ V of vertices, we have d G (u, v) ≤ αd G (u, v) + β. If β = 0 the spanner is called a multiplicative α-spanner, and if α = 1 + , for an arbitrarily small > 0, the spanner is said to be a near-additive one.Graph spanners [Awe85, PS89] are a fundamental and extremely well-studied combinatorial construct, with a multitude of applications in distributed computing and in other areas. Nearadditive spanners, introduced in [EP01], preserve large distances much more faithfully than the more traditional multiplicative spanners. Also, recent lower bounds [AB15] ruled out the existence of arbitrarily sparse purely additive spanners (i.e., spanners with α = 1), and therefore showed that essentially near-additive spanners provide the best approximation of distances that one can hope for.Numerous distributed algorithms, for constructing sparse near-additive spanners, were devised in [Elk01, EZ06, DGPV09, Pet10, EN17]. In particular, there are now known efficient randomized algorithms in the CONGEST model that construct such spanners [EN17], and also there are efficient deterministic algorithms in the LOCAL model [DGPV09]. However, the only known deterministic CONGEST-model algorithm for the problem [Elk01] requires super-linear time in n. In this paper we remedy the situation and devise an efficient deterministic CONGESTmodel algorithm for constructing arbitrarily sparse near-additive spanners.The running time of our algorithm is low polynomial, i.e., roughly O(β ·n ρ ), where ρ > 0 is an arbitrarily small positive constant that affects the additive term β. In general, the parameters of our new algorithm and of the resulting spanner are at the same ballpark as the respective parameters of the state-of-the-art randomized algorithm for the problem due to [EN17].In this paper, we focus on unweighted, undirected graphs. Given a graph G = (V, E), a subgraph G = (V, H), H ⊆ E, is said to be a (multiplicative) t-spanner of G, if for every pair u, v ∈ V of vertices, we have d G (u, v) ≤ t · d G (u, v), for a parameter t ≥ 1, where d G (respectively, d G ) stands for the distance in the graph G (respectively, in the subgraph G ).A fundamental tradeoff for multiplicative spanners is that for any κ = 1, 2, . . . , and any n-vertex graph G = (V, E), there exists a (2κ−1)-spanner with O(n 1+1/κ ) edges [ADD + 93, PS89]. Assuming Erdös-Simonovits girth conjecture (see e.g., [ES82]), this tradeoff is optimal. Efficient distributed algorithms for constructing multiplicative spanners that (nearly) realize this tradeoff were given in [ABCP93, Coh98, BS07, Elk07, DGPV08, EN17, DMZ10, GP17, GK18].A different variety of spanners, called near-additive spanners, was presented by Elkin and Peleg in [EP01]. They showed that for every > 0 and κ = 1, 2, . . . , there exists β = β(κ, ), such that for every n-vertex graph G = (V, E) there exists a (1 + , β)In [EP01], the additive error β i...