The Atlas Transformation Language (ATL) is currently one of the most-used model transformation languages and has become a de-facto standard in modeldriven engineering for implementing model transformations. At the same time, it is understood by the community that enhancing methods for exhaustively verifying such transformations allows for a more widespread adoption of model-driven engineering in industry. A variety of proposals for the verification of ATL transformations have arisen in the past few years. However, the majority of these techniques are either based on nonexhaustive testing or on proof methods that require human assistance and/or are not complete.In this paper, we describe our method for statically verifying the declarative subset of ATL model transformations. This verification is performed by translating the transformation (including features like filters, OCL expressions, and lazy rules) into our model transformation language DSLTrans. As we handle only the declarative portion of ATL, and DSLTrans is Turingincomplete, this reduction in expressivity allows us to use a symbolic-execution approach to generate representations of all possible input models to the transform-